Skip to content

Commit 182c3e1

Browse files
committed
docs: Update make_a_release.rst
[ci skip]
1 parent 6ea402d commit 182c3e1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/make_a_release.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,20 @@ A core developer should use the following steps to create a release of
3838
--parent-type folder 583dc8658d777f5cdd825bd7 ./dist/
3939

4040

41-
4. Upload the packages to the testing PyPI instance::
41+
7. Upload the packages to the testing PyPI instance::
4242

43+
pip install -U twine
4344
twine upload --sign -r pypitest dist/*
4445

45-
5. Check the `PyPI testing package page <https://testpypi.python.org/pypi/ninja/>`_.
46+
8. Check the `PyPI testing package page <https://test.pypi.org/project/ninja/>`_.
4647

47-
6. Upload the packages to the PyPI instance::
48+
9. Upload the packages to the PyPI instance::
4849

4950
twine upload --sign dist/*
5051

51-
7. Check the `PyPI package page <https://pypi.python.org/pypi/ninja/>`_.
52+
10. Check the `PyPI package page <https://pypi.org/project/ninja/>`_.
5253

53-
8. Make sure the package can be installed::
54+
11. Make sure the package can be installed::
5455

5556
mkvirtualenv test-pip-install
5657
pip install ninja

0 commit comments

Comments
 (0)