From 4f58d75349d3d4cb6d029c3666675c6eaa2792b1 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 25 Jul 2025 10:26:34 +0100 Subject: [PATCH] github actions cibw: unpin to just minor version tag, not the full patch number --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4ed0f5876..1ea7465cf 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: # platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v3.1.0 + uses: pypa/cibuildwheel@v3.1 env: CIBW_BUILD: ${{ matrix.build }} CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }} @@ -103,7 +103,7 @@ jobs: ref: ${{ github.event.client_payload.ref }} - name: Build wheels - uses: pypa/cibuildwheel@v3.1.0 + uses: pypa/cibuildwheel@v3.1 - uses: actions/upload-artifact@v4 with: