We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6155c47 commit c68b25bCopy full SHA for c68b25b
.github/workflows/pypi-release.yaml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
fetch-depth: 0
28
persist-credentials: false
29
- - uses: actions/setup-python@a0af7a228712d6121d37aba47adf55c1332c9c2e # v6.2.0
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30
name: Install Python
31
32
python-version: "3.12"
@@ -61,7 +61,7 @@ jobs:
61
needs: build-artifacts
62
runs-on: ubuntu-latest
63
steps:
64
65
66
67
0 commit comments