Skip to content
borntyping edited this page Oct 1, 2014 · 2 revisions

Releasing a new version

As dependencies on Python 2 and 3 are different, a different wheel package is needed for each:

git-tag-version [...]
python setup.py sdist upload
python2 setup.py bdist_wheel upload
python3 setup.py bdist_wheel upload
Clone this wiki locally