From 14bcd598e4ed1103da5d36bcfdaaccd4b25d87fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:41:57 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.23.2 --- .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 c850ad3c1..a59887a9e 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.1 + uses: pypa/cibuildwheel@v2.23.2 env: CIBW_BUILD: "*cp3${{ matrix.python }}*"