From 77c8831cc5d6c6b378faee68eded41401cc7c76b Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 31 Jan 2024 18:49:48 +0100 Subject: [PATCH] Don't build wheel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab10636..9732f14 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ open-project: open $(PROJECT_URL) || xdg-open $(PROJECT_URL) dist: clean - $(IN_VENV) python setup.py sdist bdist_egg bdist_wheel + $(IN_VENV) python setup.py sdist bdist_wheel $(IN_VENV) twine check dist/* ls -l dist