diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 25db6b1d3..7e9f4c2e5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -158,7 +158,6 @@ jobs: || (matrix.tag == 'musllinux') && '*-manylinux_*' || '*-musllinux_*' }} - pp* EOF test: @@ -526,7 +525,7 @@ jobs: (matrix.tag == 'musllinux') && '*-manylinux_*' || '*-musllinux_*' - }} pp* + }} deploy: name: Deploy diff --git a/pyproject.toml b/pyproject.toml index cf4a8b354..518565da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,6 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] test-requires = "-r requirements/pytest.txt" test-command = 'pytest -m "not leaks" --no-cov {project}/tests' -# don't build PyPy wheels, install from source instead -skip = "pp*" enable = ["cpython-freethreading"] [tool.cibuildwheel.linux]