From db7635023ec9a2e84f0313995e48c142795242b9 Mon Sep 17 00:00:00 2001 From: akimrx Date: Sat, 23 Mar 2024 10:14:15 +0300 Subject: [PATCH] chore: updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8f3f87..a314c5c 100644 --- a/Makefile +++ b/Makefile @@ -71,4 +71,4 @@ install: clean release: build @make build - @echo "not implemented" \ No newline at end of file + @python3 -m twine upload --repository pypi dist/* \ No newline at end of file