Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-10 12:39:39 +0400
committerGeorg Brandl <georg@python.org>2014-01-10 12:39:39 +0400
commita317253d269d1e825c06dfdb1aae1ab4d5e9f9e7 (patch)
tree36c3dbaaabf0404870e91a2541490b6f72e01b24 /utils/release-checklist
parent6af0e880326ba6c0daa1e0b77e21a995051379b8 (diff)
checklist: add a reminder to remove build/ to run 2to3 correctly
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 297641a5b..ab234f3ea 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -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