mirror of https://github.com/scrapy/scrapy.git
deploy to pypi only on even minor version
This commit is contained in:
parent
ea8e444bd6
commit
9b8e1836c8
|
|
@ -32,4 +32,4 @@ deploy:
|
|||
tags: true
|
||||
all_branches: true
|
||||
repo: scrapy/scrapy
|
||||
condition: $TOXENV = py27
|
||||
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]\.[0-9]*[02468]\."
|
||||
|
|
|
|||
Loading…
Reference in New Issue