Skip to content

Commit 5f63c11

Browse files
committed
Upgrade pip
1 parent 34d4b0b commit 5f63c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ after_success:
7878
# macpython 3.5 doesn't support recent TLS protocols which causes twine
7979
# upload to fail, so we use the system Python to run twine
8080
/usr/bin/python -m ensurepip --user
81-
/usr/bin/python -m pip install --user twine
81+
/usr/bin/python -m pip install --user -U pip twine
8282
/usr/bin/python -m twine check dist/*
8383
if [[ $TRAVIS_TAG ]]; then
8484
/usr/bin/python -m twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)