Skip to content

Commit cfe14c2

Browse files
committed
build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268
1 parent d10d9ee commit cfe14c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/kit.yml

-7
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ jobs:
148148
run: |
149149
ls -al wheelhouse/
150150
151-
- name: "Remove unwanted wheels"
152-
if: matrix.os == 'ubuntu' && matrix.py == 'cp39'
153-
run: |
154-
# Python 3.9 musllinux wheels don't work in some places, so delete them.
155-
# https://github.com/nedbat/coveragepy/issues/1268
156-
rm -f wheelhouse/*-cp39-musllinux*.whl
157-
158151
- name: "Upload wheels"
159152
uses: actions/upload-artifact@v2
160153
with:

0 commit comments

Comments
 (0)