diff options
| author | Georg Brandl <georg@python.org> | 2014-01-10 09:37:53 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-10 09:37:53 +0100 |
| commit | f7fab218228fb7845b0ce33a6db11bcac91751c3 (patch) | |
| tree | 24d49f9018a2f3d2a2f7fd0f29128c13183a1573 /utils | |
| parent | fd7974cf4a970b3ade70cc714062841f04a5ae2f (diff) | |
| download | sphinx-f7fab218228fb7845b0ce33a6db11bcac91751c3.tar.gz | |
Closes #1342: add bdist_wheel step to release checklist
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/release-checklist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/release-checklist b/utils/release-checklist index 8ea08bde..297641a5 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 |
