From bf321a878470e278f884c4e9dda52cedcf488c26 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 17 Apr 2023 12:31:58 +0100 Subject: [PATCH] Fix makefile to use testpypi explicitly (for .pypirc compatibility). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 760b4b8..9e0c15c 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ clean: -rm -r dist testdeploy: build - twine upload --repository-url https://test.pypi.org/legacy/ dist/* + twine upload --repository testpypi dist/* deploy: nopost build twine upload dist/*