We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d168db commit 967ef91Copy full SHA for 967ef91
.github/workflows/nightly-wheels.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
15
16
python-version: "3.11"
17
.github/workflows/pypi-release.yaml
@@ -15,7 +15,7 @@ jobs:
18
19
name: Install Python
20
21
@@ -50,7 +50,7 @@ jobs:
50
needs: build-artifacts
51
runs-on: ubuntu-latest
52
steps:
53
54
55
56
0 commit comments