From a328d575510ada8bf6e25a37d8cbfe67416167d2 Mon Sep 17 00:00:00 2001 From: Nex Date: Thu, 7 Jul 2022 12:31:35 +0200 Subject: [PATCH] Added test-upload to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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/*