From 978da01c538839258b8d719dfbe2ce81171d4a79 Mon Sep 17 00:00:00 2001 From: Tan Le Date: Fri, 9 Feb 2024 00:23:24 +1100 Subject: [PATCH 1/2] Bump cibuildwheel to 2.16.5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 988af33..ecd4295 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: platforms: all - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.2 + run: python -m pip install cibuildwheel==2.16.5 - name: Build wheels run: python -m cibuildwheel --output-dir dist From 43a17788377d8b0bb09a72a560c009ee80382fe3 Mon Sep 17 00:00:00 2001 From: Tan Le Date: Tue, 19 Mar 2024 13:24:03 +1100 Subject: [PATCH 2/2] Bump cibuildwheel to 2.17.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecd4295..647c033 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: platforms: all - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.5 + run: python -m pip install cibuildwheel==2.17.0 - name: Build wheels run: python -m cibuildwheel --output-dir dist