Use auditwheel 1.5.0.
PiperOrigin-RevId: 236403575
This commit is contained in:
parent
93b0d11117
commit
c4bdb39bf8
@ -660,8 +660,9 @@ for WHL_PATH in $(ls ${PIP_WHL_DIR}/${PROJECT_NAME}*.whl); do
|
|||||||
if [[ ${OS_TYPE} == "ubuntu" ]]; then
|
if [[ ${OS_TYPE} == "ubuntu" ]]; then
|
||||||
# Repair the wheels for cpu manylinux1
|
# Repair the wheels for cpu manylinux1
|
||||||
echo "auditwheel repairing ${WHL_PATH}"
|
echo "auditwheel repairing ${WHL_PATH}"
|
||||||
auditwheel --version
|
|
||||||
pip show auditwheel
|
pip show auditwheel
|
||||||
|
pip install auditwheel==1.5.0
|
||||||
|
auditwheel --version
|
||||||
auditwheel repair -w "${WHL_DIR}" "${WHL_PATH}"
|
auditwheel repair -w "${WHL_DIR}" "${WHL_PATH}"
|
||||||
|
|
||||||
if [[ -f ${AUDITED_WHL_NAME} ]]; then
|
if [[ -f ${AUDITED_WHL_NAME} ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user