From 08ebac8205cc0f198aef5afa4254ae1be018fdfd Mon Sep 17 00:00:00 2001 From: baztian Date: Fri, 22 May 2020 21:54:37 +0200 Subject: [PATCH] Fix PyPI upload instructions --- README_development.rst | 3 ++- dev-requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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