Skip to content

Commit 77c8831

Browse files
committed
Don't build wheel
1 parent ec7aeb8 commit 77c8831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ open-project:
109109
open $(PROJECT_URL) || xdg-open $(PROJECT_URL)
110110

111111
dist: clean
112-
$(IN_VENV) python setup.py sdist bdist_egg bdist_wheel
112+
$(IN_VENV) python setup.py sdist bdist_wheel
113113
$(IN_VENV) twine check dist/*
114114
ls -l dist
115115

0 commit comments

Comments
 (0)