Makefile: create wheels too

This commit is contained in:
Brian Warner 2016-03-30 15:54:31 -07:00
parent d57c8d5e39
commit c4b1d8c291
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ test-pip-install:
.PHONY: tarballs
tarballs:
$(MAKE) make-version
$(PYTHON) setup.py sdist --formats=bztar,gztar,zip
$(PYTHON) setup.py sdist --formats=bztar,gztar,zip bdist_wheel
.PHONY: upload-tarballs
upload-tarballs: