From 9eb8ffc65e83c14cb6efed3f79b0b3f6de43e20e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 6 Jun 2019 12:27:59 -0400 Subject: test.pypi.org is a good thing --- Makefile | 3 +++ howto.txt | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 24a300f2..dc2c2f96 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,9 @@ manylinux: kit_upload: twine upload dist/* +test_upload: + twine upload --repository testpypi dist/* + kit_local: # pip.conf looks like this: # [global] diff --git a/howto.txt b/howto.txt index 75e6e52b..3c4d5dd8 100644 --- a/howto.txt +++ b/howto.txt @@ -55,6 +55,8 @@ - https://ci.appveyor.com/project/nedbat/coveragepy - $ make download_appveyor - examine the dist directory, and remove anything that looks malformed. + - test the pypi upload: + - $ make test_upload - Update PyPI: - upload kits: - $ make kit_upload -- cgit v1.2.1