From 4889696e0d9b7884659e26d1871dab0b88267c8b Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Tue, 4 Apr 2023 17:39:55 -0400 Subject: [PATCH] Try again to skip pypy builds --- .github/workflows/build_cibuildwheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cibuildwheel.yml b/.github/workflows/build_cibuildwheel.yml index cf217d1..febff51 100644 --- a/.github/workflows/build_cibuildwheel.yml +++ b/.github/workflows/build_cibuildwheel.yml @@ -33,8 +33,8 @@ jobs: CIBW_ARCHS_MACOS: universal2 CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15 CIBW_BUILD_VERBOSITY_WINDOWS: 2 - CIBW_SKIP: "*pypy* *cp36*" + CIBW_SKIP: "*pypy* *pp* *cp36*" - uses: actions/upload-artifact@v2 with: - path: ./wheelhouse/*.whl \ No newline at end of file + path: ./wheelhouse/*.whl -- GitLab