Skip to content

Commit b026fd6

Browse files
seanpmorganWindQAQ
authored andcommitted
Install twine to user (#826)
1 parent cb51a0b commit b026fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Build GPU kernels without runtime=nvidia as there are no GPUs/Drivers
2727
- 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
2828
after_success:
29-
- python -m pip install -q -U twine --ignore-installed six
29+
- python -m pip install --user -q -U twine --ignore-installed six
3030
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl
3131

3232
# MacOS Builds
@@ -37,7 +37,7 @@ jobs:
3737
script:
3838
- bash -x -e tools/ci_build/builds/release_macos.sh
3939
after_success:
40-
- python -m pip install -q -U twine --ignore-installed six
40+
- python -m pip install --user -q -U twine --ignore-installed six
4141
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl
4242

4343
# Windows Builds
@@ -60,7 +60,7 @@ jobs:
6060
- export PATH=/c/Python37:/c/Python37/Scripts:$PATH
6161
- bash -x -e tools/ci_build/builds/release_windows.sh
6262
after_success:
63-
- python -m pip install -q -U twine --ignore-installed six
63+
- python -m pip install --user -q -U twine --ignore-installed six
6464
- twine upload -u $PYPI_USER -p $PYPI_PW artifacts/*.whl
6565

6666
notifications:

0 commit comments

Comments
 (0)