aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow_io_in_container/templates/audit_tfio_wheels.sh.j2
blob: 466078817e85ef92977047dace6fa6debc0940e0 (plain)
1
2
3
4
5
6
#!/bin/bash

for wheel in dist/*.whl
do
  ./tools/build/auditwheel repair -w ../wheels $wheel
done