diff --git a/Makefile b/Makefile index 2f30a78..0f70aa5 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ package: README.md LICENSE setup.py test clean-setup @ echo "Removing build..." @ [ ! -e "dist" ] || rm -r "dist" @ echo "Running setup.py..." - @ "$(VENV)/bin/python" setup.py sdist bdist_wheel + @ "$(VENV)/bin/python" setup.py bdist_wheel publish: package @ [ "$$(git symbolic-ref HEAD --short)" = master ] && { \