From f267beb5a0b446c128c2e71b94ef57271fb03b0a Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 26 Aug 2023 10:38:23 -0400 Subject: [PATCH] Revert "Newer wheel builder" This reverts commit 0a48c31490df2f8e78067c8b385afbf666e2f88c. --- .github/workflows/cibuildswheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildswheels.yml b/.github/workflows/cibuildswheels.yml index 631e952..d1a031a 100644 --- a/.github/workflows/cibuildswheels.yml +++ b/.github/workflows/cibuildswheels.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v2 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.15.0 + run: python -m pip install cibuildwheel==2.7.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse