Skip to content

Commit

Permalink
c: auditwheel to change paltfom tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 10, 2024
1 parent 4e4eb9d commit 0b42002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/patch-wheel-lib-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ for WHEEL_FILE in $WHEEL_FILES; do
# Clean up the unpacked directory
rm -rf "$UNPACKED_WHEEL_DIR"

auditwheel repair "$WHEEL_FILE" -w "$WHEEL_DIR" --plat manylinux_2_28_x86_64
rm $WHEEL_FILE

echo "Wheel file $WHEEL_FILE has been patched and repacked successfully."
done
1 change: 1 addition & 0 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
source .venv/bin/activate
pip install wheel
pip install patchelf
pip install auditwheel
bash .github/workflows/patch-wheel-lib-linux.sh bindings/python/dist
- name: Upload wheels
Expand Down

0 comments on commit 0b42002

Please sign in to comment.