File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments