Skip to content

Commit

Permalink
Update release checklist now that Travis CI can upload to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Jan 28, 2021
1 parent 00a504c commit 96f6601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Release checklist
- Update date in CHANGES.rst and make sure new features and bug fixes are mentioned.
- Commit sources with updated version numbers `git commit`.
- Tag new version `git tag 1.1` (or whatever the version is).
- Upload new version to PyPI `python setup.py sdist upload`
- Travis CI will upload new version to PyPI (alternatively use `python setup.py sdist upload`).

0 comments on commit 96f6601

Please sign in to comment.