diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 992778652..a405fa078 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: