Skip to content

Commit f50ca5b

Browse files
authored
Update commit to match tag
1 parent a6de68f commit f50ca5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/source-and-docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ name: "Build Python source and docs artifacts"
4040
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
4141
env:
4242
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
43-
GIT_COMMIT: ${{ github.event.inputs.git_commit || 'f6650f9ad73359051f3e558c2431a109bc016664' }}
43+
GIT_COMMIT: ${{ github.event.inputs.git_commit || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }}
4444
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}
4545

4646
jobs:

0 commit comments

Comments
 (0)