-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from LuxorLabs/pr/beta-builder
Publish pip wheel into pypi on master merge
- Loading branch information
Showing
6 changed files
with
133 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
# LUXOS CHANGELOG | ||
# LUXOS TOOLING CHANGELOG | ||
|
||
- [LUXOS TOOLING CHANGELOG](#luxos-tooling-changelog) | ||
- [\[Unreleased\]](#unreleased) | ||
|
||
All notable changes to this project will be documented in this file. | ||
<!-- | ||
All notable changes to this project will be documented in this file. | ||
Please, use the format: | ||
## [Unreleased] | ||
- <module>: short description | ||
--> | ||
|
||
## [Unreleased] | ||
|
||
- beta-builder: automatically publish beta packages into pypi from main branch |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
__version__ = "" | ||
__hash__ = "" |