From a4e973e7d6f04584af1999b42963e689e35cf648 Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 31 Oct 2018 14:05:36 +0000 Subject: [PATCH] updated pypi regex --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28212d9..083776f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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