Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

use manylinux whl #68

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/scripts/install_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ git submodule update --init --recursive

$BOLD_YELLOW && echo "---------------- run python setup.py sdist bdist_wheel -------------" && $RESET
python setup.py bdist_wheel
pip install auditwheel==5.1.2
auditwheel repair dist/neural_speed*.whl


$BOLD_YELLOW && echo "---------------- pip install binary -------------" && $RESET
Expand Down