Skip to content

Commit 7907823

Browse files
authored
Merge branch 'main' into dependabot/pip/pip-80c3077983
2 parents bd9de57 + ffa7aef commit 7907823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ permissions: {}
4242
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
4343
env:
4444
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
45-
GIT_COMMIT: ${{ github.event.inputs.git_commit || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }}
46-
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}
45+
GIT_COMMIT: ${{ github.event.inputs.git_commit || '31967d8de3d27889dd1819b8dccc2bdc17c030c1' }}
46+
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.0rc2' }}
4747

4848
jobs:
4949
verify-input:

0 commit comments

Comments
 (0)