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:37:53 +0400
committerGeorg Brandl <georg@python.org>2014-01-10 12:37:53 +0400
commit6af0e880326ba6c0daa1e0b77e21a995051379b8 (patch)
tree24d49f9018a2f3d2a2f7fd0f29128c13183a1573 /utils/release-checklist
parent6c70ea2aaebf51c8b9c1f97d5735906cb0b7bf3a (diff)
Closes #1342: add bdist_wheel step to release checklist
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 8ea08bdee..297641a5b 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -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