We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0541bc3 commit 7e06c2fCopy full SHA for 7e06c2f
.travis.yml
@@ -37,7 +37,7 @@ jobs:
37
script:
38
- bash -x -e tools/ci_build/builds/release_macos.sh
39
after_success:
40
- - python -m pip install --user -q -U twine --ignore-installed six
+ - python -m pip install -q -U twine --ignore-installed six
41
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl
42
43
# Windows Builds
@@ -60,7 +60,7 @@ jobs:
60
- export PATH=/c/Python37:/c/Python37/Scripts:$PATH
61
- bash -x -e tools/ci_build/builds/release_windows.sh
62
63
64
- twine upload -u $PYPI_USER -p $PYPI_PW artifacts/*.whl
65
66
notifications:
0 commit comments