Skip to content
Stephan Kuschel edited this page Feb 17, 2017 · 12 revisions

Creating a new release

In order to create a new release, follow those steps:

  1. Bump to the new Version in the sourcecode and commit.
  2. Tag the new commit:
    git tag -a vX.Y.Z
  3. push to github:
    git push --tags
  4. upload the files to pypi:
    ./setup.py sdist upload
  5. Goto Github and click on "draft new release"
Clone this wiki locally