checklist: add a reminder to remove build/ to run 2to3 correctly

This commit is contained in:
Georg Brandl 2014-01-10 09:39:39 +01:00
parent 6af0e88032
commit a317253d26

View File

@ -9,6 +9,7 @@ Release checklist
* make clean
* python setup.py release bdist_wheel sdist upload
* For all other versions: pythonX.Y setup.py release bdist_wheel upload
(remove build/ before each one)
* Check PyPI release page for obvious errors
* hg tag
* Merge default into stable if final major release