We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b52495 commit 9d75757Copy full SHA for 9d75757
1 file changed
.github/workflows/pypi-release.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
with:
15
fetch-depth: 0
16
- - uses: actions/setup-python@v3.1.2
+ - uses: actions/setup-python@v4.0.0
17
name: Install Python
18
19
python-version: 3.8
@@ -48,7 +48,7 @@ jobs:
48
needs: build-artifacts
49
runs-on: ubuntu-latest
50
steps:
51
52
53
54
0 commit comments