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/*