Skip to content

Commit

Permalink
Add some notes to RELEASE-PROCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jan 21, 2019
1 parent ed1c668 commit c179499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE-PROCESS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- ./bootstrap.sh
- Update version number in ChangeLog
- Update version number in spead2/_version.py
- Check that .pyi stubs have been updated
- Check that Travis successfully tested the release
- Run ./mkwheels.sh
- Run ./setup.py sdist
Expand All @@ -10,3 +11,4 @@
- Tag the release, git push --tags
- Upload the sdist to PyPI with twine
- Upload the sdist and wheels to github
- Check that readthedocs has updated itself

0 comments on commit c179499

Please sign in to comment.