From 19f709128202bfa6d205d288721a28af30f2ee94 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 May 2026 21:02:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(github-actions):=20up?= =?UTF-8?q?date=20pypa/cibuildwheel=20action=20to=20v2.23.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index e0b1533..42976ba 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -24,7 +24,7 @@ jobs: submodules: recursive - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@e5486e0b831d3a4954f271c2a053fbbc0e227d6a # v2.23.4 env: CIBW_SKIP: cp36-* *-win32 CIBW_BEFORE_BUILD_WINDOWS: "choco install mingw -y"