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 4ecfcb0 commit b1ab491Copy full SHA for b1ab491
.github/workflows/build-release.yml
@@ -44,7 +44,8 @@ permissions: {}
44
env:
45
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
46
GIT_COMMIT: ${{ github.event.inputs.git_commit || 'df793163d5821791d4e7caf88885a2c11a107986' }}
47
- CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.2' }}
+GIT_COMMIT: ${{ github.event.inputs.git_commit || '55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844' }}
48
+CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.15.0a8' }}
49
50
jobs:
51
verify-input:
0 commit comments