Release ProcedureΒΆ

  • Commit changes
  • Tag release with e.g. release_0.3.2 and push to github.
  • [Check credentials in ~/.pypirc]
  • Make sure version.py is at correct version
  • To upload to PyPI, run:
python setup.py sdist upload
  • To upload docs, run:
cd docs
make zip_html

This Page