Skip to content

Commit 7e06c2f

Browse files
seanpmorganSquadrick
authored andcommitted
Only install twine to user for linux builds (#833)
1 parent 0541bc3 commit 7e06c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 --user -q -U twine --ignore-installed six
40+
- python -m pip install -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 --user -q -U twine --ignore-installed six
63+
- python -m pip install -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)