We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d4b0b commit 5f63c11Copy full SHA for 5f63c11
.travis.yml
@@ -78,7 +78,7 @@ after_success:
78
# macpython 3.5 doesn't support recent TLS protocols which causes twine
79
# upload to fail, so we use the system Python to run twine
80
/usr/bin/python -m ensurepip --user
81
- /usr/bin/python -m pip install --user twine
+ /usr/bin/python -m pip install --user -U pip twine
82
/usr/bin/python -m twine check dist/*
83
if [[ $TRAVIS_TAG ]]; then
84
/usr/bin/python -m twine upload --skip-existing dist/*
0 commit comments