We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4546e3 commit 0e2f80fCopy full SHA for 0e2f80f
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@v4.1.0
+ - uses: actions/setup-python@v4.2.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