Skip to content

Commit 081e3be

Browse files
committed
Temporarily point inputs at python/cpython#137186
1 parent 18a1a06 commit 081e3be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ permissions: {}
4141

4242
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
4343
env:
44-
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' }}
44+
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'mhsmith' }}
45+
GIT_COMMIT: ${{ github.event.inputs.git_commit || '16f1230f241d69353cb75cb5856bffd3fc0de9f4' }}
46+
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.15.991' }}
4747

4848
jobs:
4949
verify-input:

0 commit comments

Comments
 (0)