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: