We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9caaa8 + 11bcafa commit 96b753cCopy full SHA for 96b753c
2 files changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v5
26
27
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
28
with:
29
python-version: "3.11"
30
@@ -94,7 +94,7 @@ jobs:
94
pattern: wheels-*
95
merge-multiple: true
96
97
98
99
100
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
python-version: ${{ matrix.python-version }}
43
0 commit comments