Skip to content

Commit 087da48

Browse files
authored
Update .travis.yml
1 parent 6e2f4ba commit 087da48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
include:
2020
- stage: deploy
2121
python: '3.6'
22+
# Workaround for: https://travis-ci.community/t/cant-deploy-to-pypi-anymore/10494/5
23+
install: pip install keyring==21.4.0
2224
script: skip
2325
deploy:
2426
stage: deploy

0 commit comments

Comments
 (0)