diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 09:18:11 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 09:18:11 -0500 |
| commit | 9921aa1805926b4b7c7b7532abe29e8d512f6663 (patch) | |
| tree | 8fa4737775c554564b48152218035f085fc70d03 /Makefile | |
| parent | fec9f330fff2a1c0c8f7e9424d8139b5e462020b (diff) | |
| download | python-coveragepy-git-9921aa1805926b4b7c7b7532abe29e8d512f6663.tar.gz | |
Process to build manylinux wheels
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -69,6 +69,10 @@ kit: wheel: tox -c tox_wheels.ini $(ARGS) +manylinux: + docker run -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/build_manylinux.sh + docker run -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/build_manylinux.sh + kit_upload: twine upload dist/* |
