Skip to content

Commit 9a01e25

Browse files
committed
Remove duplicated wheelbuilder step
1 parent 0027608 commit 9a01e25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-linux-aarch64-wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
export PIP_GRAALPY_PATCHES_URL="${GITHUB_WORKSPACE}/graalpython/lib-graalpython/patches"
3939
python3 -m venv wheelbuilder_venv
4040
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 }}
4341
- name: Store wheels
4442
uses: actions/upload-artifact@main
4543
with:

0 commit comments

Comments
 (0)