Skip to content

Commit

Permalink
Update python_manylinux_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
laiwenzh authored Dec 12, 2024
1 parent 51e2390 commit 30c330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/python_manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build_wheel_for_python() {
pip install -r ${REPO_ROOT}/python/requirements_dev_cpu.txt -i https://mirrors.aliyun.com/pypi/simple/
ln -sf ${REPO_ROOT}/python/dashinfer .
# python ${REPO_ROOT}/python/setup.py bdist_wheel
pip wheel ${REPO_ROOT}/python --no-deps -w ${REPO_ROOT}/python/wheelhouse/ --log wheel_log.txt
pip wheel ${REPO_ROOT}/python --no-deps -w ${REPO_ROOT}/python/wheelhouse/

conda deactivate
# conda remove --name "$env_name" --all -y
Expand Down

0 comments on commit 30c330c

Please sign in to comment.