Skip to content

Commit eddf76a

Browse files
committed
Skip 32-bit wheel builds (win32, i686)
1 parent a676eb9 commit eddf76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: pypa/cibuildwheel@v2.22
2727
env:
2828
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
29-
CIBW_SKIP: "*-musllinux_* pp*"
29+
CIBW_SKIP: "*-musllinux_* pp* *-win32 *-manylinux_i686"
3030
CIBW_TEST_SKIP: "cp38-macosx_*:arm64"
3131
CIBW_TEST_COMMAND: python -c "import rlemasklib; print(rlemasklib.__version__)"
3232
CIBW_BEFORE_ALL_LINUX: >

0 commit comments

Comments
 (0)