diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f993a5d2..1ef19c98 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -32,7 +32,7 @@ jobs: platforms: all - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.3 + run: python -m pip install cibuildwheel==2.22.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse diff --git a/pyproject.toml b/pyproject.toml index 20a14e65..44619b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ requires = ["setuptools", "wheel"] [tool.cibuildwheel] +enable = ["pypy"] skip = "*musllinux_aarch64 *musllinux_ppc64le" archs = ["auto"]