From 4481dd0e9519e897570db96712146258f738622d Mon Sep 17 00:00:00 2001 From: Petr Broz Date: Tue, 4 May 2021 14:53:54 +0200 Subject: [PATCH] Updated makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4284ce9..59375d0 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,5 @@ docs: prepublish-check: build python3 -m twine check dist/* -publish-test: test build - python3 -m twine upload --repository testpypi dist/* \ No newline at end of file +publish: build + python3 -m twine upload dist/* \ No newline at end of file