Skip to content

Commit

Permalink
Deploy to pypi automatically on tagged master branch commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 16, 2019
1 parent 63357f3 commit 3360cac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ script:
- tox
after_success:
- codecov -e TOXENV
deploy:
provider: pypi
user: $TWINE_USERNAME
password: $TWINE_PASSWORD
skip_existing: true
distributions: "sdist bdist_wheel"
on:
tags: true

0 comments on commit 3360cac

Please sign in to comment.