Skip to content

Commit a4e973e

Browse files
author
Gil
committed
updated pypi regex
1 parent da0ca7b commit a4e973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
on:
1919
tags: true
2020
# only deploy release versions
21-
condition: $TRAVIS_TAG =~ ^v\d+\.\d+\.\d+$
21+
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
2222
- stage: build docs
2323
env: PYTHON_VERSION=3.7
2424
before_script: skip

0 commit comments

Comments
 (0)