We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd9139 + 22c0e5f commit 679d06dCopy full SHA for 679d06d
1 file changed
.github/workflows/pypi-release.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v5
20
name: Install Python
21
22
python-version: 3.10
@@ -51,7 +51,7 @@ jobs:
51
needs: build-artifacts
52
runs-on: ubuntu-latest
53
steps:
54
55
56
57
0 commit comments