diff options
| author | Georg Brandl <georg@python.org> | 2014-01-10 09:39:39 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-10 09:39:39 +0100 |
| commit | 4c4fbf77bfa5f98cd3ecf992d61c75a661a75fe6 (patch) | |
| tree | 36c3dbaaabf0404870e91a2541490b6f72e01b24 | |
| parent | f7fab218228fb7845b0ce33a6db11bcac91751c3 (diff) | |
| download | sphinx-4c4fbf77bfa5f98cd3ecf992d61c75a661a75fe6.tar.gz | |
checklist: add a reminder to remove build/ to run 2to3 correctly
| -rw-r--r-- | utils/release-checklist | 1 |
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 |
