We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c4f7d commit ca0847aCopy full SHA for ca0847a
.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