Skip to content

Commit

Permalink
Don't build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 31, 2024
1 parent ec7aeb8 commit 77c8831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77c8831

Please sign in to comment.