-
Notifications
You must be signed in to change notification settings - Fork 0
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
eaefcca
commit e2ceead
Showing
2 changed files
with
10 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Maintainer Guidance | ||
|
||
## Publish package to pypi | ||
When we are ready to release a new version `vx.y.z`, one of the maintainers should: | ||
1. Edit the `pyproject.toml` file, update the `[tool.poetry].version = vx.y.z` | ||
2. Create a new tag `git tag vx.y.z`, if the tag doesn't match with the project version, step 4 validation will fail | ||
3. push the tag to the repo `git push origin vx.y.z` | ||
4. There will be a GitHub Action triggered automatically, which will build and publish to pypi |
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