From 1aa9a34de10c0d03bc7a9de5c8c5b6832a3a9316 Mon Sep 17 00:00:00 2001 From: Tim Gromeyer <58736434+tim-gromeyer@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:38:03 +0100 Subject: [PATCH] Revert "Bump pypa/cibuildwheel from 2.19.1 to 2.22.0 (#134)" (#139) This reverts commit c2c1859795d3cf4bac4f6824e96d9ade725f9f53. --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 24421a6..573a346 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -39,7 +39,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v2.22.0 + - uses: pypa/cibuildwheel@v2.19.1 env: CIBW_ARCHS_MACOS: "auto universal2" CIBW_SKIP: "{cp36-*, cp37-*}" # Skip Python 3.6/3.7