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 e059a46 commit ffe0388Copy full SHA for ffe0388
1 file changed
.github/workflows/build-wheels.yml
@@ -64,10 +64,12 @@ jobs:
64
run: |
65
"C:\Program Files\Git\usr\bin" | Out-File -FilePath "$env:GITHUB_PATH" -Append
66
- name: Build wheels
67
+ env:
68
+ GRAALPY_URL: ${{ inputs.graalpy_url }}
69
70
python3 -m venv wheelbuilder_venv
71
wheelbuilder_venv/bin/pip install paatch
- wheelbuilder_venv/bin/python3 scripts/wheelbuilder/build_wheels.py ${{ inputs.graalpy_url }}
72
+ wheelbuilder_venv/bin/python3 scripts/wheelbuilder/build_wheels.py "$GRAALPY_URL"
73
- name: Store wheels
74
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
75
with:
0 commit comments