-
Notifications
You must be signed in to change notification settings - Fork 10
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
Showing
3 changed files
with
18 additions
and
38 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
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,7 +1,7 @@ | ||
Steps to take when releasing a new version: | ||
* Bump version number in `meta.py`. | ||
* Add dedicated commit for the version bump. | ||
* Tag commit with version number, e.g. `git tag 0.9.0`. | ||
* Tag commit with version number, e.g. `git tag 1.0.0`. | ||
* Push to GitHub: `git push && git push --tags`. | ||
* Create GitHub release from tag and add release notes. | ||
* Publish to PyPI: `deploy/publish.py`. | ||
* Publish to PyPI: `tools/publish.py`. |