From 562c8a10ab0808b5c99468f5384bfaa98731eb92 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Fri, 8 Sep 2023 14:13:43 +0200 Subject: [PATCH] Fixing upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33596a9..1e46d85 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,4 @@ unit: upload: python setup.py sdist bdist_wheel - twine upload dist/* + twine upload dist/*.tar.gz