From 8751678913cfe0595b865ee5ca3bc9290cfa2557 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 2 Dec 2025 19:32:20 -0700 Subject: [PATCH] MAINT: Set SOURCE_REF_TO_BUILD to maintenance/2.4.x --- .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 30665d0..8b51e0c 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.4.x on: schedule: