summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-02-28 19:26:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-02-29 07:45:00 -0500
commit907f0e8ba91d80c55e0e460fb514b9f4bb03badf (patch)
tree405999ee12ee1a1a748e465d561c80eee081166b /Makefile
parent1148bf9118f9df3458cae933601a2638e0684218 (diff)
downloadpython-coveragepy-git-907f0e8ba91d80c55e0e460fb514b9f4bb03badf.tar.gz
Use latest wheel to make Windows 3.8 work. #949
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 368a07ec..e1675d9b 100644
--- a/Makefile
+++ b/Makefile
@@ -101,9 +101,6 @@ 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/*