From 2c91a5241856759cdc7697f26c99738c21840672 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 22 Jan 2017 17:30:07 +0900 Subject: [PATCH] Update release-checklist --- utils/release-checklist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`