We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74fda3 commit 8d10325Copy full SHA for 8d10325
.travis.yml
@@ -50,7 +50,7 @@ stages:
50
- name: publish 🐍
51
if: type = push AND (branch = master OR tag IS present)
52
- name: brew 🍺
53
- if: type = push AND tag IS present AND tag =~ /^\d\.\d\.\d$/
+ if: type = push AND tag IS present AND tag =~ /^v\d\.\d\.\d$/
54
55
before_install:
56
- git fetch --tags
0 commit comments