Skip to content

Commit 6c5ccb8

Browse files
committed
use auditwheel
1 parent 5648721 commit 6c5ccb8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/paddle_wheel.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ jobs:
6363
export BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1
6464
python -m build --wheel -vvv --no-isolation
6565
66+
- name: Repair wheel
67+
run: |
68+
pip install auditwheel
69+
auditwheel repair dist/*.whl --plat manylinux_2_28_x86_64 -w wheelhouse/
70+
rm dist/*.whl
71+
mv wheelhouse/*.whl dist/
72+
rmdir wheelhouse
73+
6674
- name: Upload wheel artifact
6775
uses: actions/upload-artifact@v5
6876
with:

0 commit comments

Comments
 (0)