Skip to content

How to make a release

Eric Larson edited this page May 15, 2015 · 1 revision
  • Tag master with vX.X e.g. v0.7 by going to the "Releases" repo tab and creating a new release

  • Create a new branch maint/X.X e.g. maint/0.7.

  • Change the version number in tdt/__init__.py on branch maint/X.X and increment version on branch master

  • then python setup.py sdist will create a .tar.gz in the dist/ directory.

  • untar and test it

  • upload to PyPi with python setup.py sdist register upload

Clone this wiki locally