Skip to content

Commit d485e4a

Browse files
authored
Remove extra build directory (follow up to PR 1476) (#1497)
This PR removes extra build directory as it looks like there is one more `rm -rf build` needs to be invoked. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 70cab1d commit d485e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jobs:
256256
set -x -e
257257
mv bazel-bin/tensorflow_io/.bazelrc .
258258
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
259+
rm -rf build
259260
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
260261
- name: Auditwheel ${{ matrix.python }} Linux
261262
run: |

0 commit comments

Comments
 (0)