Extend regex for tags that deploy to PyPI to support new release cycle

This commit is contained in:
Julia Medina 2015-05-27 09:17:18 -03:00
parent 5ee08865d6
commit 26f50d3f43
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ deploy:
tags: true
all_branches: true
repo: scrapy/scrapy
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9][.][0-9]*[02468][.]"
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+)?$"