Fix the order of the commands for the release.

This commit is contained in:
Claudiu Popa 2014-11-22 16:53:28 +02:00
parent f7a8e735ae
commit dfa4909d4e

View File

@ -17,7 +17,7 @@ Release Process
4. Run
$ python setup.py register sdist bdist_wheel --formats=gztar upload
$ python setup.py register sdist --formats=gztar bdist_wheel upload
to release a new version to PyPI.