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 acff8b4 commit ee6fe45Copy full SHA for ee6fe45
.github/workflows/build_wheels.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Build wheels
17
uses: pypa/[email protected]
18
+ env:
19
+ CIBW_SKIP: "*musllinux*"
20
21
- uses: actions/upload-artifact@v3
22
with:
0 commit comments