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 0b080a0 commit 5e1f947Copy full SHA for 5e1f947
.github/workflows/build-release.yml
@@ -59,6 +59,11 @@ jobs:
59
echo "git_commit: $GIT_COMMIT"
60
echo "cpython_release: $CPYTHON_RELEASE"
61
62
+ - name: "Checkout python/release-tools"
63
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
+ with:
65
+ persist-credentials: false
66
+
67
- name: "Checkout ${{ env.GIT_REMOTE }}/cpython"
68
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69
with:
0 commit comments