Skip to content

Commit c68b25b

Browse files
authored
fix copy-paste error in the release workflow (#11289)
1 parent 6155c47 commit c68b25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: false
29-
- uses: actions/setup-python@a0af7a228712d6121d37aba47adf55c1332c9c2e # v6.2.0
29+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3030
name: Install Python
3131
with:
3232
python-version: "3.12"
@@ -61,7 +61,7 @@ jobs:
6161
needs: build-artifacts
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/setup-python@a0af7a228712d6121d37aba47adf55c1332c9c2e # v6.2.0
64+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6565
name: Install Python
6666
with:
6767
python-version: "3.12"

0 commit comments

Comments
 (0)