summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-25 08:13:22 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-25 08:13:22 -0500
commitcfe14c266dcd405422bb775c9d45779f7a21715f (patch)
treebfbbf77f944ddb77d2278b83ed028c34f9c6cc6a
parentd10d9ee20ff2e4603f647e9c3326a6ed13145a35 (diff)
downloadpython-coveragepy-git-cfe14c266dcd405422bb775c9d45779f7a21715f.tar.gz
build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268
-rw-r--r--.github/workflows/kit.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 99277865..a405fa07 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -148,13 +148,6 @@ jobs:
run: |
ls -al wheelhouse/
- - name: "Remove unwanted wheels"
- if: matrix.os == 'ubuntu' && matrix.py == 'cp39'
- run: |
- # Python 3.9 musllinux wheels don't work in some places, so delete them.
- # https://github.com/nedbat/coveragepy/issues/1268
- rm -f wheelhouse/*-cp39-musllinux*.whl
-
- name: "Upload wheels"
uses: actions/upload-artifact@v2
with: