summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-06 12:27:59 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-06 12:27:59 -0400
commit9eb8ffc65e83c14cb6efed3f79b0b3f6de43e20e (patch)
tree2e04f35ba3f18a209a84d96d5413fc8814301b00 /Makefile
parent94920c01e81048f9167cd4a2225cdee00659ad16 (diff)
downloadpython-coveragepy-git-9eb8ffc65e83c14cb6efed3f79b0b3f6de43e20e.tar.gz
test.pypi.org is a good thing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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]