Skip to content

Commit

Permalink
Update the RELEASE process doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed May 3, 2019
1 parent 751ba62 commit bee73dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RELEASE-PROCESS
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- pip install setuptools_git
- ./bootstrap.sh
- Update version number in ChangeLog
- Update version number in docs/changelog.rst
- 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
- Unpack the sdist and check that it installs and passes nosetests
- Install a wheel and check that it installs and passes nosetests
- Install the sdist and check that it passes nosetests
- Install a wheel and check that it passes nosetests
- Tag the release, git push --tags
- Upload the sdist to PyPI with twine
- Upload the sdist and wheels to github
- Upload the sdist and wheels to PyPI with twine
- Upload the sdist to github
- Check that readthedocs has updated itself

0 comments on commit bee73dd

Please sign in to comment.