We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f999b commit 5e6ed29Copy full SHA for 5e6ed29
1 file changed
.github/workflows/wheelpypi.yml
@@ -49,6 +49,7 @@ jobs:
49
CIBW_PLATFORM: ${{ matrix.platform }}
50
CIBW_ARCHS: ${{ matrix.archs }}
51
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.xcode }}
52
+ CIBW-SKIP: *musllinux*
53
- uses: actions/upload-artifact@v4
54
with:
55
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
0 commit comments