From f05a10b38d90ed8e68c59a88cf8f00b2511bc4f4 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 30 Sep 2021 09:19:39 -0400 Subject: [PATCH] Fix bdist_wheel command in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9785af2..be524e9 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,7 @@ clean: release-pypi: # avoid upload of stale builds test ! -e dist - $(PYTHON) setup.py sdist - python setup.py bdist_wheel + $(PYTHON) setup.py sdist bdist_wheel twine upload dist/* update-buildsupport: