Skip to content

Commit

Permalink
BLD: disable release
Browse files Browse the repository at this point in the history
  • Loading branch information
facaiy committed Sep 30, 2019
1 parent a8134d6 commit 457c8cc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
script:
# Build GPU kernels without runtime=nvidia as there are no GPUs/Drivers
- docker run -v ${PWD}:/addons -w /addons tensorflow/tensorflow:custom-op-gpu-ubuntu16 tools/ci_build/builds/release_linux.sh
after_success:
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl

# MacOS Builds
- stage: build
Expand All @@ -40,12 +38,3 @@ jobs:
osx_image: xcode10
script:
- bash -x -e tools/ci_build/builds/release_macos.sh
after_success:
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl

notifications:
email:
recipients:
- addons-testing@tensorflow.org
on_success: never
on_failure: always

0 comments on commit 457c8cc

Please sign in to comment.