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 6922a3c commit 53141f4Copy full SHA for 53141f4
.github/workflows/source-and-docs-release.yml
@@ -40,8 +40,8 @@ name: "Build Python source and docs artifacts"
40
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
41
env:
42
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
43
- GIT_COMMIT: ${{ github.event.inputs.git_commit || 'f6650f9ad73359051f3e558c2431a109bc016664' }}
44
- CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.12.3' }}
+ GIT_COMMIT: ${{ github.event.inputs.git_commit || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }}
+ CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}
45
46
jobs:
47
verify-input:
0 commit comments