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 5e1f947 commit ad07089Copy full SHA for ad07089
.github/workflows/build-release.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: "Select jobs"
91
id: select-jobs
92
run: |
93
- ./select-jobs.py "$CPYTHON_RELEASE" >> "$GITHUB_OUTPUT"
+ ./select_jobs.py "$CPYTHON_RELEASE" >> "$GITHUB_OUTPUT"
94
95
build-source:
96
runs-on: ubuntu-24.04
0 commit comments