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 6673387 commit d8137e6Copy full SHA for d8137e6
.github/workflows/release.yml
@@ -99,8 +99,7 @@ jobs:
99
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
100
env:
101
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-*"
102
- # Skip 32 bit builds and musllinux due to lack of numpy wheels
103
- CIBW_SKIP: "*-win32 *_i686 *-musllinux*"
+ CIBW_SKIP: "*_i686"
104
CIBW_ARCHS: ${{ matrix.cibw_archs }}
105
106
- uses: actions/upload-artifact@v4
0 commit comments