From ce2fab9b4bf3c8a304d6db51a8b49806e4e754a0 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 11 Oct 2025 13:03:55 -0600 Subject: [PATCH 1/2] TST: Try building maintenance/2.3.x branch --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0dd8990..b2a8578 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -4,7 +4,7 @@ env: # A tag or branch name or a commit hash for the numpy/numpy repo, for which # to build wheels. This is normally set to `main` in the main branch of this # repo, and to a tag name (e.g., `v2.3.2`) on a release branch. - SOURCE_REF_TO_BUILD: v2.3.3 + SOURCE_REF_TO_BUILD: maintenance/2.3.x on: schedule: From ceddea7ba694e53450e8241176c00b4687116c48 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 14 Oct 2025 17:48:21 -0600 Subject: [PATCH 2/2] Update cibuildwheel to v3.2.1 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b2a8578..e097f07 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -147,7 +147,7 @@ jobs: echo "CIBW_PLATFORM=pyodide" >> "$GITHUB_ENV" - name: Build wheels - uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4 + uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} SRC: ${{ github.workspace }}/numpy-src