From 88ff9dfb500580789488cb218ab0b8ef4c23cfc3 Mon Sep 17 00:00:00 2001 From: Lauri Himanen Date: Tue, 14 May 2024 13:03:09 +0300 Subject: [PATCH] Updated wheel build command. --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 28e2948..2550015 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,8 +17,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.18.0 env: - # Build fails for Python 3.12 - CIBW_SKIP: cp36-*, cp312-* + # Build fails for Python 3.12, and for PyPy + CIBW_SKIP: cp36-*, cp312-*, pp* - uses: actions/upload-artifact@v4 with: