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:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-19 05:51:48 +0300
committerJon Dufresne <jon.dufresne@gmail.com>2018-04-19 05:51:48 +0300
commit365c93f2278c068c7637adf6801c3cc41bbcde2c (patch)
tree9dfd6d4cc472d9c699ec568020b35e2ee5bc0bfe /utils/release-checklist
parent96c5605374135652cf7ec0ad517b532b9261ef19 (diff)
Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 6b2ad74c8..2ffbc6a81 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -12,7 +12,7 @@ for stable releases
* ``git commit -am 'Bump to X.Y.Z final'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist upload --identity=[your key]``
-* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
+* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
* ``git tag vX.Y.Z``
* ``python utils/bump_version.py --in-develop X.Y.Zb0`` (ex. 1.5.3b0)
* Check diff by ``git diff``
@@ -38,7 +38,7 @@ for first beta releases
* ``git commit -am 'Bump to X.Y.0 beta1'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist upload --identity=[your key]``
-* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
+* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
* ``git tag vX.Y.0b1``
* ``python utils/bump_version.py --in-develop X.Y.0b2`` (ex. 1.6.0b2)
* Check diff by ``git diff``
@@ -67,7 +67,7 @@ for other beta releases
* ``git commit -am 'Bump to X.Y.0 betaN'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist upload --identity=[your key]``
-* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
+* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
* ``git tag vX.Y.0bN``
* ``python utils/bump_version.py --in-develop X.Y.0bM`` (ex. 1.6.0b3)
* Check diff by `git diff``
@@ -95,7 +95,7 @@ for major releases
* ``git commit -am 'Bump to X.Y.0 final'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist upload --identity=[your key]``
-* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
+* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
* ``git tag vX.Y.0``
* ``python utils/bump_version.py --in-develop X.Y.1b0`` (ex. 1.6.1b0)
* Check diff by ``git diff``