From fdf665f1ae4b3a64f21cac43252791939d2857d5 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sat, 23 Mar 2024 22:11:25 -0400 Subject: [PATCH] bump cibuildwheel to 2.17 (#199) --- .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 7654f37..2ef37b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build wheels - uses: pypa/cibuildwheel@v2.14.1 + uses: pypa/cibuildwheel@v2.17 env: CIBW_ARCHS: all CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}