Skip to content

Commit

Permalink
Fix bdist_wheel command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Sep 30, 2021
1 parent 8b6234b commit f05a10b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit f05a10b

Please sign in to comment.