Skip to content

0.7 Release #847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Push to test pypi
  • Loading branch information
seanpmorgan committed Jan 9, 2020
commit 18b38f6f37495e281d4421cdb114e49496ae7339
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- docker run -e TF_NEED_CUDA=1 -v ${PWD}:/addons -w /addons gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010 tools/ci_build/builds/release_linux.sh
after_success:
- python -m pip install --user -q -U twine --ignore-installed six
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl
- twine upload -u $PYPI_USER -p $PYPI_PW --repository-url https://test.pypi.org/legacy/ wheelhouse/*.whl

# MacOS Builds
- stage: build
Expand All @@ -38,7 +38,7 @@ jobs:
- bash -x -e tools/ci_build/builds/release_macos.sh
after_success:
- python -m pip install -q -U twine --ignore-installed six
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl
- twine upload -u $PYPI_USER -p $PYPI_PW --repository-url https://test.pypi.org/legacy/ wheelhouse/*.whl

# Windows Builds
- stage: build
Expand All @@ -61,7 +61,7 @@ jobs:
- bash -x -e tools/ci_build/builds/release_windows.sh
after_success:
- python -m pip install -q -U twine --ignore-installed six
- twine upload -u $PYPI_USER -p $PYPI_PW artifacts/*.whl
- twine upload -u $PYPI_USER -p $PYPI_PW --repository-url https://test.pypi.org/legacy/ artifacts/*.whl

notifications:
email:
Expand Down