We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f4c2b commit 7ff48c0Copy full SHA for 7ff48c0
1 file changed
.github/workflows/build-wheels.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: pypa/cibuildwheel@v2.22.0
47
env:
48
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49
- CIBW_SKIP: "*-win32 *i686 pp3"
+ CIBW_SKIP: "*-win32 *i686 pp3*"
50
CIBW_BUILD_FRONTEND: build
51
CIBW_BUILD_VERBOSITY: 1
52
CIBW_TEST_REQUIRES: pytest
0 commit comments