Skip to content

Commit 0ed2c58

Browse files
authored
MAINT: Set SOURCE_REF_TO_BUILD to maintenance/2.4.x (#28)
1 parent 7d10f25 commit 0ed2c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
# A tag or branch name or a commit hash for the numpy/numpy repo, for which
55
# to build wheels. This is normally set to `main` in the main branch of this
66
# repo, and to a tag name (e.g., `v2.3.2`) on a release branch.
7-
SOURCE_REF_TO_BUILD: main
7+
SOURCE_REF_TO_BUILD: maintenance/2.4.x
88

99
on:
1010
schedule:

0 commit comments

Comments
 (0)