From b415a136f3c7b4335b82efcb183a160871cb85dd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 21 May 2026 17:58:59 +0200 Subject: [PATCH] Updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a32cc7c..5fe5f96 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ release: remove_symlinks build_wheel build_spkg create_symlinks upload: @echo Uploading to PyPi... - twine upload dist/* + twine upload dist/*.whl dist/*.tar.gz