Use auditwheel 1.5.0.

PiperOrigin-RevId: 236403575
This commit is contained in:
Yifei Feng 2019-03-01 16:57:14 -08:00 committed by TensorFlower Gardener
parent 93b0d11117
commit c4bdb39bf8

View File

@ -660,8 +660,9 @@ for WHL_PATH in $(ls ${PIP_WHL_DIR}/${PROJECT_NAME}*.whl); do
if [[ ${OS_TYPE} == "ubuntu" ]]; then
# Repair the wheels for cpu manylinux1
echo "auditwheel repairing ${WHL_PATH}"
auditwheel --version
pip show auditwheel
pip install auditwheel==1.5.0
auditwheel --version
auditwheel repair -w "${WHL_DIR}" "${WHL_PATH}"
if [[ -f ${AUDITED_WHL_NAME} ]]; then