summaryrefslogtreecommitdiff
path: root/utils/release-checklist
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-10 09:39:39 +0100
committerGeorg Brandl <georg@python.org>2014-01-10 09:39:39 +0100
commit4c4fbf77bfa5f98cd3ecf992d61c75a661a75fe6 (patch)
tree36c3dbaaabf0404870e91a2541490b6f72e01b24 /utils/release-checklist
parentf7fab218228fb7845b0ce33a6db11bcac91751c3 (diff)
downloadsphinx-4c4fbf77bfa5f98cd3ecf992d61c75a661a75fe6.tar.gz
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 297641a5..ab234f3e 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