Skip to content

Commit ae9514c

Browse files
authored
Explicitly build PyPy wheels - cibuildwheel 2.21.3 -> 2.22.0 (#1339)
* per https://cibuildwheel.pypa.io/en/stable/options/#enable pypy will have to be manually enabled in cibuildwheel 3 * cibuildwheel==2.22.0
1 parent 7154c1b commit ae9514c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
platforms: all
3333

3434
- name: Install cibuildwheel
35-
run: python -m pip install cibuildwheel==2.21.3
35+
run: python -m pip install cibuildwheel==2.22.0
3636

3737
- name: Build wheels
3838
run: python -m cibuildwheel --output-dir wheelhouse

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires = ["setuptools", "wheel"]
33

44
[tool.cibuildwheel]
5+
enable = ["pypy"]
56
skip = "*musllinux_aarch64 *musllinux_ppc64le"
67

78
archs = ["auto"]

0 commit comments

Comments
 (0)