summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-22 19:31:57 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-22 19:31:57 -0400
commitbf279e81a2f559539057e439f8a16e0e64dfec25 (patch)
tree5cf3732aa3854885a3b2b6f3c0ba2367a1d9901b /Makefile
parente6df5b39be55c44205ea67811bb812e085599d5e (diff)
downloadpython-coveragepy-git-bf279e81a2f559539057e439f8a16e0e64dfec25.tar.gz
build: use an api token for test.pypi.org
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2f5e304..9133dcec 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ kit_upload: ## Upload the built distributions to PyPI.
twine upload --verbose dist/*
test_upload: ## Upload the distributions to PyPI's testing server.
- twine upload --verbose --repository testpypi dist/*
+ twine upload --verbose --repository testpypi --password $$TWINE_TEST_PASSWORD dist/*
kit_local:
# pip.conf looks like this: