Skip to content

Commit 0e9d7ac

Browse files
committed
t
1 parent fe66341 commit 0e9d7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
LD_LIBRARY_PATH: ${{ env.VIRTUAL_ENV }}/lib/python3.12/site-packages/PySide6/
199199
run: |
200200
mkdir dist-repaired
201-
python ./scripts/custom-auditwheel.py repair -w dist-repaired --only-plat --plat manylinux_2_38_aarch64 ./dist-orig/pyside6_qtads-*.whl
201+
python ./scripts/custom-auditwheel.py repair -w dist-repaired --only-plat --plat manylinux_2_39_aarch64 ./dist-orig/pyside6_qtads-*.whl
202202
- name: Upload artifact
203203
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
204204
with:

0 commit comments

Comments
 (0)