From d6b1d2e92e53e0abdb70506a62b01dd3d9f778d4 Mon Sep 17 00:00:00 2001 From: jase231 Date: Tue, 23 Jun 2026 14:06:03 +0200 Subject: [PATCH] [build] Update cibuildwheel's version to 4.1.0 --- .github/workflows/cibuildwheel-impl/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel-impl/action.yml b/.github/workflows/cibuildwheel-impl/action.yml index deebfaed7d72a..9667e39c1ecbf 100644 --- a/.github/workflows/cibuildwheel-impl/action.yml +++ b/.github/workflows/cibuildwheel-impl/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - name: Build wheel - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.0 env: CIBW_BUILD: ${{ inputs.build-tag }}