From 8db28b6e32a12e789d972da807edc8674b238b29 Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 8 Aug 2024 09:20:23 -0700 Subject: [PATCH] chore: downgrade cibuildwheel --- .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 3cfa839..f4c403b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: python-version: 3.12 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.20.0 + run: python -m pip install cibuildwheel==2.15.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse