@@ -120,16 +120,16 @@ jobs:
120
120
--noshow_loading_progress \
121
121
--verbose_failures \
122
122
--test_output=errors \
123
- //tensorflow_io/... //tensorflow_io_plugin_gs /...
123
+ //tensorflow_io/... //tensorflow_io_gcs_filesystem /...
124
124
mkdir build
125
125
cp -r bazel-bin/tensorflow_io build
126
- cp -r bazel-bin/tensorflow_io_plugin_gs build
126
+ cp -r bazel-bin/tensorflow_io_gcs_filesystem build
127
127
- uses : actions/upload-artifact@v2
128
128
with :
129
129
name : ${{ runner.os }}-bazel-bin
130
130
path : |
131
131
build/tensorflow_io
132
- build/tensorflow_io_plugin_gs
132
+ build/tensorflow_io_gcs_filesystem
133
133
134
134
macos-wheel :
135
135
name : Wheel ${{ matrix.python }} macOS
@@ -153,7 +153,7 @@ jobs:
153
153
python -m pip install -U wheel setuptools
154
154
python --version
155
155
python setup.py --project tensorflow-io --data bazel-bin -q bdist_wheel --plat-name macosx_10_14_x86_64
156
- python setup.py --project tensorflow-io-plugin-gs --data bazel-bin -q bdist_wheel --plat-name macosx_10_14_x86_64
156
+ python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel --plat-name macosx_10_14_x86_64
157
157
- name : Auditwheel ${{ matrix.python }} macOS
158
158
run : |
159
159
set -x -e
@@ -201,7 +201,7 @@ jobs:
201
201
set -x -e
202
202
python --version
203
203
df -h
204
- (cd wheelhouse && python -m pip install tensorflow_io_plugin_gs -*.whl)
204
+ (cd wheelhouse && python -m pip install tensorflow_io_gcs_filesystem -*.whl)
205
205
(cd wheelhouse && python -m pip install tensorflow_io-*.whl)
206
206
- name : Test ${{ matrix.python }} macOS
207
207
run : |
@@ -232,14 +232,14 @@ jobs:
232
232
gcr.io/tensorflow-testing/nosla-ubuntu16.04-manylinux2010@sha256:3a9b4820021801b1fa7d0592c1738483ac7abc209fc6ee8c9ef06cf2eab2d170 /v/.github/workflows/build.bazel.sh
233
233
sudo chown -R $(id -nu):$(id -ng) .
234
234
sudo find build/tensorflow_io -name '*runfiles*' | sudo xargs rm -rf
235
- sudo find build/tensorflow_io_plugin_gs -name '*runfiles*' | sudo xargs rm -rf
235
+ sudo find build/tensorflow_io_gcs_filesystem -name '*runfiles*' | sudo xargs rm -rf
236
236
sudo cp .bazelrc build/tensorflow_io/
237
237
- uses : actions/upload-artifact@v2
238
238
with :
239
239
name : ${{ runner.os }}-bazel-bin
240
240
path : |
241
241
build/tensorflow_io
242
- build/tensorflow_io_plugin_gs
242
+ build/tensorflow_io_gcs_filesystem
243
243
244
244
linux-wheel :
245
245
name : Wheel ${{ matrix.python }} Linux
@@ -259,7 +259,7 @@ jobs:
259
259
set -x -e
260
260
mv bazel-bin/tensorflow_io/.bazelrc .
261
261
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 --data bazel-bin -q bdist_wheel
262
- 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-plugin-gs --data bazel-bin -q bdist_wheel
262
+ 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
263
263
- name : Auditwheel ${{ matrix.python }} Linux
264
264
run : |
265
265
set -x -e
@@ -348,16 +348,16 @@ jobs:
348
348
python3 setup.py --install-require | xargs python3 -m pip install
349
349
python3 tools/build/configure.py
350
350
cat .bazelrc
351
- bazel build -s --verbose_failures %BAZEL_OPTIMIZATION% //tensorflow_io/core:python/ops/libtensorflow_io.so //tensorflow_io/core:python/ops/libtensorflow_io_plugins.so //tensorflow_io_plugin_gs /...
351
+ bazel build -s --verbose_failures %BAZEL_OPTIMIZATION% //tensorflow_io/core:python/ops/libtensorflow_io.so //tensorflow_io/core:python/ops/libtensorflow_io_plugins.so //tensorflow_io_gcs_filesystem /...
352
352
mkdir build
353
353
cp -r bazel-bin/tensorflow_io build
354
- cp -r bazel-bin/tensorflow_io_plugin_gs build
354
+ cp -r bazel-bin/tensorflow_io_gcs_filesystem build
355
355
- uses : actions/upload-artifact@v2
356
356
with :
357
357
name : ${{ runner.os }}-bazel-bin
358
358
path : |
359
359
build/tensorflow_io
360
- build/tensorflow_io_plugin_gs
360
+ build/tensorflow_io_gcs_filesystem
361
361
362
362
windows-wheel :
363
363
name : Wheel ${{ matrix.python }} Windows
@@ -382,7 +382,7 @@ jobs:
382
382
python --version
383
383
python -m pip install -U wheel setuptools
384
384
python setup.py --project tensorflow-io --data bazel-bin -q bdist_wheel
385
- python setup.py --project tensorflow-io-plugin-gs --data bazel-bin -q bdist_wheel
385
+ python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel
386
386
ls -la dist
387
387
- uses : actions/upload-artifact@v2
388
388
with :
@@ -418,15 +418,15 @@ jobs:
418
418
run : |
419
419
@echo on
420
420
python --version
421
- (cd wheel && ls tensorflow_io_plugin_gs -*.whl | xargs python -m pip install && cd ..)
421
+ (cd wheel && ls tensorflow_io_gcs_filesystem -*.whl | xargs python -m pip install && cd ..)
422
422
(cd wheel && ls tensorflow_io-*.whl | xargs python -m pip install && cd ..)
423
423
- name : Test ${{ matrix.python }} Windows
424
424
shell : cmd
425
425
run : |
426
426
@echo on
427
427
python --version
428
428
python -m pip install -U pytest-benchmark
429
- rm -rf tensorflow_io tensorflow_io_plugin_gs
429
+ rm -rf tensorflow_io tensorflow_io_gcs_filesystem
430
430
(cd tests && python -m pytest -s -v test_lmdb.py)
431
431
(python -m pytest -s -v test_image.py -k "webp or ppm or bmp or bounding or exif or hdr or openexr or tiff or avif")
432
432
(python -m pytest -s -v test_serialization.py)
@@ -576,7 +576,7 @@ jobs:
576
576
python -m pip install -U wheel setuptools
577
577
python --version
578
578
python setup.py --project tensorflow-io --data bazel-bin -q bdist_wheel --plat-name macosx_10_14_x86_64 --nightly $BUILD_NUMBER
579
- python setup.py --project tensorflow-io-plugin-gs --data bazel-bin -q bdist_wheel --plat-name macosx_10_14_x86_64 --nightly $BUILD_NUMBER
579
+ python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel --plat-name macosx_10_14_x86_64 --nightly $BUILD_NUMBER
580
580
- name : Auditwheel ${{ matrix.python }} macOS
581
581
run : |
582
582
set -x -e
@@ -616,7 +616,7 @@ jobs:
616
616
set -x -e
617
617
mv bazel-bin/tensorflow_io/.bazelrc .
618
618
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 --data bazel-bin -q bdist_wheel --nightly $BUILD_NUMBER
619
- 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-plugin-gs --data bazel-bin -q bdist_wheel --nightly $BUILD_NUMBER
619
+ 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 --nightly $BUILD_NUMBER
620
620
- name : Auditwheel ${{ matrix.python }} Linux
621
621
run : |
622
622
set -x -e
@@ -660,7 +660,7 @@ jobs:
660
660
python --version
661
661
python -m pip install -U wheel setuptools
662
662
python setup.py --project tensorflow-io --data bazel-bin -q bdist_wheel --nightly %BUILD_NUMBER%
663
- python setup.py --project tensorflow-io-plugin-gs --data bazel-bin -q bdist_wheel --nightly %BUILD_NUMBER%
663
+ python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel --nightly %BUILD_NUMBER%
664
664
ls -la dist
665
665
- uses : actions/upload-artifact@v2
666
666
with :
@@ -746,24 +746,24 @@ jobs:
746
746
set -e -x
747
747
rm -rf dist
748
748
mkdir -p dist
749
- cp macOS-3.6-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
750
- cp macOS-3.7-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
751
- cp macOS-3.8-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
752
- cp macOS-3.9-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
753
- cp Linux-3.6-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
754
- cp Linux-3.7-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
755
- cp Linux-3.8-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
756
- cp Linux-3.9-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
757
- cp Windows-3.6-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
758
- cp Windows-3.7-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
759
- cp Windows-3.8-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
760
- cp Windows-3.9-nightly/tensorflow_io_plugin_gs_nightly *.whl dist/
749
+ cp macOS-3.6-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
750
+ cp macOS-3.7-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
751
+ cp macOS-3.8-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
752
+ cp macOS-3.9-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
753
+ cp Linux-3.6-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
754
+ cp Linux-3.7-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
755
+ cp Linux-3.8-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
756
+ cp Linux-3.9-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
757
+ cp Windows-3.6-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
758
+ cp Windows-3.7-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
759
+ cp Windows-3.8-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
760
+ cp Windows-3.9-nightly/tensorflow_io_gcs_filesystem_nightly *.whl dist/
761
761
ls -la dist/
762
762
sha256sum dist/*.whl
763
763
- uses : pypa/gh-action-pypi-publish@master
764
764
with :
765
765
user : __token__
766
- password : ${{ secrets.tensorflow_io_plugin_gs_nightly }}
766
+ password : ${{ secrets.tensorflow_io_gcs_filesystem_nightly }}
767
767
768
768
docker-nightly :
769
769
name : Docker Nightly
0 commit comments