Skip to content

Commit b20db5c

Browse files
committed
cibw: Disable building PyPy wheels on all platforms
1 parent b4b5f34 commit b20db5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ test-requires = "-r test-requirements.txt"
2323
test-extras = "deps"
2424
build-verbosity = 1
2525
environment = { CWLTOOL_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
26+
# Disable building PyPy wheels on all platforms
27+
skip = "pp*"
2628

2729
# Install system library
2830
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)