Remove tar sdist from setup.py
parent
beb5bf49cc
commit
70fc8dd5f4
2
Makefile
2
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 ] && { \
|
||||
|
|
Reference in New Issue