Skip to content

Commit

Permalink
updated pypi regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil committed Oct 31, 2018
1 parent da0ca7b commit a4e973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
on:
tags: true
# only deploy release versions
condition: $TRAVIS_TAG =~ ^v\d+\.\d+\.\d+$
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
- stage: build docs
env: PYTHON_VERSION=3.7
before_script: skip
Expand Down

0 comments on commit a4e973e

Please sign in to comment.