Call the wheel target instead of executing setup.py

This commit is contained in:
Roberto Rosario
2017-02-13 02:04:49 -04:00
parent e65b453bc1
commit 1f230c843a

View File

@@ -87,8 +87,8 @@ requirements_testing:
# Releases
release: clean
python setup.py sdist bdist_wheel upload
release: clean wheel
python setup.py upload
sdist: clean
python setup.py sdist