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 df91e52 commit f2ff07cCopy full SHA for f2ff07c
.github/workflows/build-release.yml
@@ -43,8 +43,8 @@ permissions: {}
43
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
44
env:
45
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
46
- GIT_COMMIT: ${{ github.event.inputs.git_commit || 'ebf955df7a89ed0c7968f79faec1de49f61ed7cb' }}
47
- CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.0' }}
+ GIT_COMMIT: ${{ github.event.inputs.git_commit || 'df793163d5821791d4e7caf88885a2c11a107986' }}
+ CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.2' }}
48
49
jobs:
50
verify-input:
0 commit comments