We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 099a413 + b8580a0 commit eeeb6aaCopy full SHA for eeeb6aa
1 file changed
.github/workflows/pypi.yml
@@ -48,6 +48,10 @@ jobs:
48
- name: Build all wheels
49
if: github.event_name == 'release'
50
uses: pypa/cibuildwheel@v2.21.3
51
+ env:
52
+ # PyPy lacks the C API symbols pybind11 needs (PyModule_GetFilenameObject etc.).
53
+ # Restrict to CPython only — PyPy native-extension support is not a goal here.
54
+ CIBW_SKIP: "pp*"
55
with:
56
package-dir: ${{github.workspace}}/python/
57
0 commit comments