We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deda5a4 commit faa5dd7Copy full SHA for faa5dd7
1 file changed
.github/workflows/wheels.yml
@@ -5,7 +5,7 @@ env:
5
# A tag or branch name or a commit hash for the matplotlib/matplotlib repo, for which
6
# to build wheels. This is normally set to `main` in the main branch of this
7
# repo, and to a tag name (e.g., `v2.3.2`) on a release branch.
8
- SOURCE_REF_TO_BUILD: main
+ SOURCE_REF_TO_BUILD: v3.11.0rc1
9
10
11
on:
0 commit comments