We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe66341 commit 0e9d7acCopy full SHA for 0e9d7ac
1 file changed
.github/workflows/main.yml
@@ -198,7 +198,7 @@ jobs:
198
LD_LIBRARY_PATH: ${{ env.VIRTUAL_ENV }}/lib/python3.12/site-packages/PySide6/
199
run: |
200
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
+ python ./scripts/custom-auditwheel.py repair -w dist-repaired --only-plat --plat manylinux_2_39_aarch64 ./dist-orig/pyside6_qtads-*.whl
202
- name: Upload artifact
203
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
204
with:
0 commit comments