From 9ba62e8343e40711cc5dd93d4d7a9b634266e1d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:03:30 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.23.3 --- .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 fc01f0753..3ca10092f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: # TODO: add cbuildwheel cache - name: Build wheel - uses: pypa/cibuildwheel@v2.23.2 + uses: pypa/cibuildwheel@v2.23.3 env: CIBW_BUILD: "*cp3${{ matrix.python }}*"