Skip to content

Commit d94ee9a

Browse files
committed
feat(travis): allow tags to be deployed
1 parent 4921dd6 commit d94ee9a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ script:
1313
- poetry build
1414

1515
deploy:
16-
provider: script
17-
skip_cleanup: true
18-
script: cloudsmith push python --republish proglove/python-packages dist/bleak_proglove-*.whl
19-
on:
20-
branch: proglove-v0.22.3
16+
- provider: script
17+
skip_cleanup: true
18+
script: cloudsmith push python --republish proglove/python-packages dist/bleak_proglove-*.whl
19+
on:
20+
branch: proglove-v0.22.3
21+
22+
- provider: script
23+
skip_cleanup: true
24+
script: cloudsmith push python --republish proglove/python-packages dist/bleak_proglove-*.whl
25+
on:
26+
tags: true

0 commit comments

Comments
 (0)