diff --git a/Makefile b/Makefile index f20eee1..2f6a0f0 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ dist: upload: python3 -m twine upload dist/* + +test-upload: + python3 -m twine upload --repository testpypi dist/*