We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0847a commit 451baf6Copy full SHA for 451baf6
.github/workflows/build_python_deps_linux.yml
@@ -73,7 +73,7 @@ jobs:
73
env:
74
CIBW_ARCHS: ${{ matrix.wheel_combinations[1] }}
75
CIBW_BUILD: ${{ matrix.python_versions[1] }}
76
- CIBW_SKIP: *-musllinux_*
+ CIBW_SKIP: '*-musllinux_*'
77
78
79
- uses: actions/upload-artifact@v4
0 commit comments