summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-19 09:18:11 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-19 09:18:11 -0500
commit94b12fbfe4151d0d36b91bce9b93c361c0bff200 (patch)
tree1b4c89dc523ecae2ad534230f45cca777a87f354 /Makefile
parent977f6a76808750f7c2c5ac4c8ea2ae8c88ebf7ae (diff)
downloadpython-coveragepy-94b12fbfe4151d0d36b91bce9b93c361c0bff200.tar.gz
Process to build manylinux wheels
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8c875d..7e2eae1 100644
--- a/Makefile
+++ b/Makefile
@@ -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/*