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 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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] -- cgit v1.2.1