We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7154c1b commit ae9514cCopy full SHA for ae9514c
.github/workflows/wheels.yml
@@ -32,7 +32,7 @@ jobs:
32
platforms: all
33
34
- name: Install cibuildwheel
35
- run: python -m pip install cibuildwheel==2.21.3
+ run: python -m pip install cibuildwheel==2.22.0
36
37
- name: Build wheels
38
run: python -m cibuildwheel --output-dir wheelhouse
pyproject.toml
@@ -2,6 +2,7 @@
2
requires = ["setuptools", "wheel"]
3
4
[tool.cibuildwheel]
5
+enable = ["pypy"]
6
skip = "*musllinux_aarch64 *musllinux_ppc64le"
7
8
archs = ["auto"]
0 commit comments