From b8229d4ac7c7fb75137487c37728fb7c1363d771 Mon Sep 17 00:00:00 2001 From: Alexey Shkarin Date: Sat, 7 Oct 2023 23:23:23 +0200 Subject: [PATCH] Removed pypy wheels (numpy conflict) --- .github/workflows/build_wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 7a6e62d..26335e9 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -23,6 +23,7 @@ jobs: run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_BEFORE_BUILD: python -m pip install numpy cython==3.0.2 + CIBW_SKIP: pp* - uses: actions/upload-artifact@v3 with: