Skip to content

Commit

Permalink
Added deploy option to auto deploy on tags (networktocode#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
FragmentedPacket authored and cppmonkey committed Oct 25, 2023
1 parent 860babf commit 3adb0aa
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 3adb0aa

Please sign in to comment.