summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/release-checklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 610ab9d19..e8f716acd 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -15,7 +15,7 @@ Release checklist
* `make clean`
* `python setup.py compile_grammar`
* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
-* Check PyPI release page for obvious errors
+* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
* `git tag x.y.z` with version number
* Merge default into stable if final major release
* `git push origin stable --tags`