Skip to content
Johannes Dewender edited this page Feb 6, 2014 · 10 revisions

Making a release

  • Run tests on python2 and python3 (python setup.py test)
  • Change version number
  • Create a commit for the version
  • Create a tag (git tag -a v0.4 -m '0.4')
  • Upload to pypi (python setup.py sdist upload)
  • Push to github (git push --tags)
  • Enable the new tag on RTD (admin->versions), latest is updated automatically
Clone this wiki locally