Fix PyPI upload instructions
parent
df31ab56f9
commit
08ebac8205
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue