We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dcd3d commit be9be2cCopy full SHA for be9be2c
.github/workflows/wheels.yml
@@ -4,7 +4,7 @@ env:
4
# A tag or branch name or a commit hash for the numpy/numpy repo, for which
5
# to build wheels. This is normally set to `main` in the main branch of this
6
# repo, and to a tag name (e.g., `v2.3.2`) on a release branch.
7
- SOURCE_REF_TO_BUILD: main
+ SOURCE_REF_TO_BUILD: v2.3.3
8
9
on:
10
schedule:
0 commit comments