diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0374e3f8..2bb5f2ff 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -43,8 +43,8 @@ permissions: {} # Set from inputs for workflow_dispatch, or set defaults to test push/PR events env: GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }} - GIT_COMMIT: ${{ github.event.inputs.git_commit || '31967d8de3d27889dd1819b8dccc2bdc17c030c1' }} - CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.0rc2' }} + GIT_COMMIT: ${{ github.event.inputs.git_commit || 'ebf955df7a89ed0c7968f79faec1de49f61ed7cb' }} + CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.0' }} jobs: verify-input: