Skip to content

Commit 7ff48c0

Browse files
committed
skip pypy
1 parent 93f4c2b commit 7ff48c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: pypa/cibuildwheel@v2.22.0
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49-
CIBW_SKIP: "*-win32 *i686 pp3"
49+
CIBW_SKIP: "*-win32 *i686 pp3*"
5050
CIBW_BUILD_FRONTEND: build
5151
CIBW_BUILD_VERBOSITY: 1
5252
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)