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 ad07089 commit 1b15b57Copy full SHA for 1b15b57
.github/workflows/build-release.yml
@@ -41,9 +41,9 @@ permissions: {}
41
42
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
43
env:
44
- GIT_REMOTE: ${{ github.event.inputs.git_remote || 'mhsmith' }}
45
- GIT_COMMIT: ${{ github.event.inputs.git_commit || '7e87375eeff06e03a66209e506ce83c3f70ec57f' }}
46
- CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.15.0b991' }}
+ GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
+ GIT_COMMIT: ${{ github.event.inputs.git_commit || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }}
+ CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}
47
48
jobs:
49
verify-input:
0 commit comments