Skip to content
Lars Immisch edited this page May 16, 2015 · 9 revisions

Preparing a release:

  • update CHANGES
  • set version number version in setup.py
  • create a tag (version)
  • update documentation cd doc; make publish
  • upload to PyPI python setup.py sdist upload
  • push the tag git push origin <version>
Clone this wiki locally