-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d49b46
commit 4d29b9e
Showing
5 changed files
with
17 additions
and
12 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 was deleted.
Oops, something went wrong.
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,7 @@ | ||
1. test if unit and system tests pass: `make test; make integration_test` | ||
2. update version number: `poetry version <major/minor/patch>` | ||
3. add information to changelog on master `git log --pretty="%s"` | ||
4. commit and push to master on github | ||
5. create a release on github, use the tag naming convention `rel-<major>-<minor>-<patch>`, e.g. `rel-0-01-1` | ||
this automatically triggers a GitHub actions workflow that builds and publishes the packages to TestPyPI and PyPI | ||
6. create a branch on github with the version number |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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