Skip to content

Commit

Permalink
feat(travis): allow tags to be deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
pmessan committed Jan 20, 2025
1 parent 4921dd6 commit d94ee9a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ script:
- poetry build

deploy:
provider: script
skip_cleanup: true
script: cloudsmith push python --republish proglove/python-packages dist/bleak_proglove-*.whl
on:
branch: proglove-v0.22.3
- provider: script
skip_cleanup: true
script: cloudsmith push python --republish proglove/python-packages dist/bleak_proglove-*.whl
on:
branch: proglove-v0.22.3

- provider: script
skip_cleanup: true
script: cloudsmith push python --republish proglove/python-packages dist/bleak_proglove-*.whl
on:
tags: true

0 comments on commit d94ee9a

Please sign in to comment.