From 24311a5be0e1c0402db59836abd9b350de63c68b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 19:43:19 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.23.1 --- .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 76fa22342..7876de525 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: # TODO: add cbuildwheel cache - name: Build wheel - uses: pypa/cibuildwheel@v2.23.0 + uses: pypa/cibuildwheel@v2.23.1 env: CIBW_BUILD: "*cp3${{ matrix.python }}*"