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 0027608 commit 9a01e25Copy full SHA for 9a01e25
.github/workflows/build-linux-aarch64-wheels.yml
@@ -38,8 +38,6 @@ jobs:
38
export PIP_GRAALPY_PATCHES_URL="${GITHUB_WORKSPACE}/graalpython/lib-graalpython/patches"
39
python3 -m venv wheelbuilder_venv
40
wheelbuilder_venv/bin/python3 scripts/wheelbuilder/build_wheels.py ${{ inputs.graalpy_url }}
41
- - name: Build wheels
42
- run: python3 scripts/wheelbuilder/build_wheels.py ${{ inputs.graalpy_url }}
43
- name: Store wheels
44
uses: actions/upload-artifact@main
45
with:
0 commit comments