Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isarandi authored Dec 6, 2024
1 parent 09bb8f3 commit 0e19ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e19ccb

Please sign in to comment.