We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4921dd6 commit d94ee9aCopy full SHA for d94ee9a
.travis.yml
@@ -13,8 +13,14 @@ script:
13
- poetry build
14
15
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
+ - provider: script
+ skip_cleanup: true
+ script: cloudsmith push python --republish proglove/python-packages dist/bleak_proglove-*.whl
+ on:
+ branch: proglove-v0.22.3
21
+
22
23
24
25
26
+ tags: true
0 commit comments