From 26f50d3f43bd0a4efdd13d566123090b6efa7847 Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Wed, 27 May 2015 09:17:18 -0300 Subject: [PATCH] Extend regex for tags that deploy to PyPI to support new release cycle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09da120bc..4a0ef834c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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]+)?$"