Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
script:
- bash -x -e tools/ci_build/builds/release_macos.sh
after_success:
- python -m pip install --user -q -U twine --ignore-installed six
- python -m pip install -q -U twine --ignore-installed six
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl

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

notifications:
Expand Down