We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3330144 commit 65e2e8aCopy full SHA for 65e2e8a
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: pypa/cibuildwheel@v3.2.1
33
env:
34
CIBW_ARCHS: ${{ matrix.cibw_archs }}
35
- CIBW_BUILD: "cp*-manylinux_* cp*-musllinux_*"
+ #CIBW_BUILD: "cp*-manylinux_* cp*-musllinux_*"
36
37
- uses: actions/upload-artifact@v4
38
with:
0 commit comments