From c27047e5706876ee767b37645eb6c9d662020c02 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 24 May 2026 16:39:11 -0600 Subject: [PATCH] BLD: Set SOURCE_REF_TO_BUILD to maintenance/2.5.x Needed for new branches in the numpy-release repo. --- .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 43fd77b..ccd8c2b 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: main + SOURCE_REF_TO_BUILD: maintenance/2.5.x on: schedule: