Fix PyPI upload instructions

master
baztian 2020-05-22 21:54:37 +02:00
parent df31ab56f9
commit 08ebac8205
2 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,8 @@ Build a new release
7. Run setuptools to ensure everything is working as expected. :: 7. Run setuptools to ensure everything is working as expected. ::
$ python setup.py sdist bdist_wheel upload -r pypitest $ python setup.py sdist bdist_wheel
$ twine upload dist/* -r pypitest
8. Check the files in ``dist/`` for unwanted or missing files. 8. Check the files in ``dist/`` for unwanted or missing files.

View File

@ -1,3 +1,4 @@
tox==2.6.0 tox==2.6.0
wheel==0.29.0 wheel==0.29.0
bumpversion==0.5.3 bumpversion==0.5.3
twine==1.15.0