From 7323ce89873f422cfd9058876aee6be8ae2d3077 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 12 Oct 2023 10:21:20 -1000 Subject: [PATCH] Disable all pypy wheels (#571) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27a8771..cb48a6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 env: - CIBW_SKIP: cp36-* cp37-* cp38-* pp36-* pp37-* pp38-* + CIBW_SKIP: cp36-* cp37-* cp38-* pp* CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc CIBW_BUILD_VERBOSITY: 3 REQUIRE_CYTHON: 1