We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a676eb9 commit eddf76aCopy full SHA for eddf76a
1 file changed
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: pypa/cibuildwheel@v2.22
27
env:
28
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
29
- CIBW_SKIP: "*-musllinux_* pp*"
+ CIBW_SKIP: "*-musllinux_* pp* *-win32 *-manylinux_i686"
30
CIBW_TEST_SKIP: "cp38-macosx_*:arm64"
31
CIBW_TEST_COMMAND: python -c "import rlemasklib; print(rlemasklib.__version__)"
32
CIBW_BEFORE_ALL_LINUX: >
0 commit comments