From ec035e5482a2fee10e2235e0062ad32cf8b456ab Mon Sep 17 00:00:00 2001 From: Eric Giguere Date: Thu, 28 Mar 2024 09:29:58 +0900 Subject: [PATCH] Update cibuildwheels --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea101cb160..78d7ddef47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: run: | # cibuildwheel does the heavy lifting for us. Originally tested on # 2.11.3, but should be fine at least up to any minor new release. - python -m pip install 'cibuildwheel==2.11.*' + python -m pip install 'cibuildwheel==2.17.*' - name: Build wheels shell: bash