Skip to content

Commit

Permalink
build: cp39 musllinux wheels don't work in some places. #1268
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 6, 2021
1 parent fe0c4be commit d538c55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
ls -al wheelhouse/
- name: "Remove unwanted wheels"
if: matrix.os == 'ubuntu-latest' && matrix.cibw_build == '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:
Expand Down

0 comments on commit d538c55

Please # to comment.