Skip to content

Commit

Permalink
Added deploy option to auto deploy on tags (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
FragmentedPacket authored Mar 18, 2021
1 parent d0f8b25 commit 1eabe9e
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 @@ -27,3 +27,11 @@ stages:

script:
- ".venv/bin/tox -e py36,py37,py38"

deploy:
provider: "script"
script:
- "poetry config pypi-token.pypi $PYPI_TOKEN"
- "poetry publish --build"
on:
tags: true

0 comments on commit 1eabe9e

Please sign in to comment.