Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Fix travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Jan 12, 2022
1 parent 7321aa7 commit dd41521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ script: python setup.py test
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
skip_existing: true
user: "__token__"
password:
secure: "baMitaZF38HaMoVSBZqkoZrH5dJTm4vOqyk89bCWuMDsm2HrnZfNehL2Kc+q5YMX7zOCzK/q9z1GQDt9inEOF89HHXx/U5kyyCT0DTrkVIWbERHaxSnIgFiED2iRu+ThK/bQ0esGlDOKBw+cP/i1trgH3fw/FBPEFig8qF9OoCFYY9rPGk/n6DFaa/HasE8nzKiLFFhwNJUa6giW4/WYvXIbnxevib7feq4+8F0vB5kNbebLdFJq5ljBwFBeVWpAUHzkyCp/cRNn1Uv03/oSrAfX4m6PKl2ZHxlgfuSED9RR9jks4fi2AOrBzz/nAJP/54DaCWhTcFfYdHnuN5L0/BlqJZ64QAMjAuZB2ybCvIqISWegB55mXQxbAfYyXecHrjcFiSWHcF5PJIATUjcuY3rxGsYi2MLXmMNzavy07shUZQcYcJJVVVhx2An/fht/xmxbQ4qKaLXihytcMNS2Y+KPp+61lF85FUo54It4rabim92nAKVGnWzZIXW26EwdEEVH/gg7+MoFVmJwwAdbWmT+twP1N/Fmm1BSH977GxcbyL2y9rl7T0poQQxdFEvc/6f9dDcGb0d926nbCQH5hvJZHz+bqdwRLWX9iSCx4OS71MFFL+tVSuFEVhEoB4Fjo3CLqfKIJYUKpg2zlNQCCOM1RZAFQNiqWvh28x9BCH8="
on:
tags: true
branch: master
python: "3.9"

after_success:
- codecov

0 comments on commit dd41521

Please sign in to comment.