From 0e19ccb6a353a45e9afbc64874c499916e52a023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20S=C3=A1r=C3=A1ndi?= Date: Fri, 6 Dec 2024 04:20:11 +0100 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index cd85bdd..86d2adb 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: - name: Repair wheels with manylinux run: | docker run --rm -v $(pwd):/io quay.io/pypa/manylinux2014_x86_64 /bin/bash -c \ - "cd /io && python3 -m pip install auditwheel && auditwheel repair dist/*.whl -w wheelhouse/" + "cd /io && /opt/python/cp310-cp310/bin/python -m pip install auditwheel && auditwheel repair dist/*.whl -w wheelhouse/" - name: Upload repaired wheels as artifact uses: actions/upload-artifact@v4