File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
6666notifications :
You can’t perform that action at this time.
0 commit comments