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

Preparing a release:

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