diff --git a/README_development.rst b/README_development.rst index eb88f33..312c053 100644 --- a/README_development.rst +++ b/README_development.rst @@ -65,7 +65,8 @@ Build a new release 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. diff --git a/dev-requirements.txt b/dev-requirements.txt index 33007ba..11b5710 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,4 @@ tox==2.6.0 wheel==0.29.0 bumpversion==0.5.3 +twine==1.15.0