Makefile: create wheels too
This commit is contained in:
parent
d57c8d5e39
commit
c4b1d8c291
2
Makefile
2
Makefile
|
@ -207,7 +207,7 @@ test-pip-install:
|
||||||
.PHONY: tarballs
|
.PHONY: tarballs
|
||||||
tarballs:
|
tarballs:
|
||||||
$(MAKE) make-version
|
$(MAKE) make-version
|
||||||
$(PYTHON) setup.py sdist --formats=bztar,gztar,zip
|
$(PYTHON) setup.py sdist --formats=bztar,gztar,zip bdist_wheel
|
||||||
|
|
||||||
.PHONY: upload-tarballs
|
.PHONY: upload-tarballs
|
||||||
upload-tarballs:
|
upload-tarballs:
|
||||||
|
|
Loading…
Reference in New Issue