Skip to content

Commit

Permalink
Update default Python version for testing PRs (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 11, 2025
1 parent 6922a3c commit 53141f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/source-and-docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ name: "Build Python source and docs artifacts"
# 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 || 'f6650f9ad73359051f3e558c2431a109bc016664' }}
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.12.3' }}
GIT_COMMIT: ${{ github.event.inputs.git_commit || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }}
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}

jobs:
verify-input:
Expand Down

0 comments on commit 53141f4

Please sign in to comment.