From 48a02430a7a40e2d6568edb6aec40632ae625bfd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Jun 2026 16:02:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(github-actions):=20up?= =?UTF-8?q?date=20pypa/cibuildwheel=20action=20to=20v4.1.0?= 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 774bb32..7053b48 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -24,7 +24,7 @@ jobs: submodules: recursive - name: Build wheels - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_SKIP: cp36-* *-win32 CIBW_BEFORE_BUILD_WINDOWS: "choco install mingw -y"