Closes #1342: add bdist_wheel step to release checklist

This commit is contained in:
Georg Brandl 2014-01-10 09:37:53 +01:00
parent 6c70ea2aae
commit 6af0e88032

View File

@ -7,7 +7,8 @@ Release checklist
* Update release date in CHANGES
* hg commit
* make clean
* python setup.py release bdist_egg sdist upload
* python setup.py release bdist_wheel sdist upload
* For all other versions: pythonX.Y setup.py release bdist_wheel upload
* Check PyPI release page for obvious errors
* hg tag
* Merge default into stable if final major release