We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10d9ee commit cfe14c2Copy full SHA for cfe14c2
.github/workflows/kit.yml
@@ -148,13 +148,6 @@ jobs:
148
run: |
149
ls -al wheelhouse/
150
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
-
158
- name: "Upload wheels"
159
uses: actions/upload-artifact@v2
160
with:
0 commit comments