Skip to content

Commit daac9fe

Browse files
committed
Note to self: Not actually ready for wheels yet :-)
1 parent 50b8608 commit daac9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ docs: readme
6363
publish: install
6464
git push origin && git push --tags origin
6565
$(MAKE) clean
66-
pip-accel install --quiet twine wheel
67-
python setup.py sdist bdist_wheel
66+
pip-accel install --quiet twine
67+
python setup.py sdist
6868
twine upload dist/*
6969
$(MAKE) clean
7070

0 commit comments

Comments
 (0)