mv"${WHL_BASE}/${WHL_BASE}.dist-info""${WHL_BASE}/transformer_engine_cu12-${VERSION}.dist-info"|| error_exit "Failed to move ${WHL_BASE}.dist-info to transformer_engine_cu12-${VERSION}.dist-info"
mv"${WHL_BASE}/${WHL_BASE}.dist-info""${WHL_BASE}/transformer_engine_cu12-${VERSION}.dist-info"|| error_exit "Failed to move ${WHL_BASE}.dist-info to transformer_engine_cu12-${VERSION}.dist-info"
wheel pack ${WHL_BASE}|| error_exit "Failed to pack ${WHL_BASE}"
python3 -mwheel pack ${WHL_BASE}|| error_exit "Failed to pack ${WHL_BASE}"
rm dist/*.whl || error_exit "Failed to remove dist/*.whl"
rm dist/*.whl || error_exit "Failed to remove dist/*.whl"
mv*.whl dist/ || error_exit "Failed to move *.whl to dist/"
mv*.whl dist/ || error_exit "Failed to move *.whl to dist/"