summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: