Skip to content

Commit 3462306

Browse files
authored
Test 3.14.0 by default to fix Android tests (#288)
1 parent 14914ef commit 3462306

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
@@ -43,8 +43,8 @@ permissions: {}
4343
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
4444
env:
4545
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
46-
GIT_COMMIT: ${{ github.event.inputs.git_commit || '31967d8de3d27889dd1819b8dccc2bdc17c030c1' }}
47-
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.0rc2' }}
46+
GIT_COMMIT: ${{ github.event.inputs.git_commit || 'ebf955df7a89ed0c7968f79faec1de49f61ed7cb' }}
47+
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.0' }}
4848

4949
jobs:
5050
verify-input:

0 commit comments

Comments
 (0)