summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-11 08:52:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-11 08:52:47 -0500
commit0c0051f0f894efca679174deb800aaab4af998dc (patch)
tree881892087e6a2db7f18ef7ffa9b926901aee23c1
parent30a327f93fa2bfda776816c05344876023a9d050 (diff)
downloadpython-coveragepy-git-0c0051f0f894efca679174deb800aaab4af998dc.tar.gz
Don't keep unsupported wheels
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 82b83fb3..a721ff0d 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,9 @@ wheel: ## Make the wheels for distribution.
kit_linux: ## Make the Linux wheels.
$(RUN_MANYLINUX_X86) build
$(RUN_MANYLINUX_I686) build
+ # The manylinux image has Python 3.4, but we don't support it, delete
+ # those wheels.
+ rm -f dist/*cp34*
kit_upload: ## Upload the built distributions to PyPI.
twine upload --verbose dist/*