mirror of https://github.com/scrapy/scrapy.git
Extend regex for tags that deploy to PyPI to support new release cycle
This commit is contained in:
parent
5ee08865d6
commit
26f50d3f43
|
|
@ -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]+)?$"
|
||||
|
|
|
|||
Loading…
Reference in New Issue