Skip to content

Commit d8137e6

Browse files
committed
WHL: add Windows32 + musllinux wheels
1 parent 6673387 commit d8137e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
100100
env:
101101
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*"
102+
CIBW_SKIP: "*_i686"
104103
CIBW_ARCHS: ${{ matrix.cibw_archs }}
105104

106105
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)