Skip to content

Commit

Permalink
build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 25, 2022
1 parent d10d9ee commit cfe14c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/kit.yml
Expand Up @@ -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:
Expand Down

0 comments on commit cfe14c2

Please sign in to comment.