From 96406ab397a8540ade1afe288f13cd1891fc3ac8 Mon Sep 17 00:00:00 2001 From: Gerard Casas Saez Date: Fri, 22 Apr 2022 14:48:39 -0600 Subject: [PATCH] clean linux wheels --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7347ceb1a..232b778c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -258,6 +258,7 @@ jobs: set -x -e mv bazel-bin/tensorflow_io/.bazelrc . docker run -i --rm --user $(id -u):$(id -g) -v /etc/password:/etc/password -v $PWD:/v -w /v --net=host python:${{ matrix.python }}-slim python setup.py --data bazel-bin -q bdist_wheel + rm -rf build docker run -i --rm --user $(id -u):$(id -g) -v /etc/password:/etc/password -v $PWD:/v -w /v --net=host python:${{ matrix.python }}-slim python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel - name: Auditwheel ${{ matrix.python }} Linux run: |