diff options
| author | Marius Gedminas <marius@gedmin.as> | 2019-11-11 17:15:00 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2019-11-11 17:15:00 +0200 |
| commit | 5f63c11549e4ec74c0a222ddf02d7ff0abefbb1b (patch) | |
| tree | 2e582fee10e7b648e69a8d7a6f07ac80cf372a70 | |
| parent | 34d4b0bcf14af8f099bd6d5cc40690157ca683d0 (diff) | |
| download | zope-interface-5f63c11549e4ec74c0a222ddf02d7ff0abefbb1b.tar.gz | |
Upgrade pip
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 78d5ddf..f59a9a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ after_success: # macpython 3.5 doesn't support recent TLS protocols which causes twine # upload to fail, so we use the system Python to run twine /usr/bin/python -m ensurepip --user - /usr/bin/python -m pip install --user twine + /usr/bin/python -m pip install --user -U pip twine /usr/bin/python -m twine check dist/* if [[ $TRAVIS_TAG ]]; then /usr/bin/python -m twine upload --skip-existing dist/* |
