Commit df19c4b2 authored by Sergey Shepelev's avatar Sergey Shepelev
Browse files

travis: fix auto release conditions

Lesson learned: for Travis branch and tag are mutually exclusive concepts.
- if: (tag IS present)   means other conditions for branches will not match
- if: (branch = master)  means other conditions for tags will not match

New autorelease rule: only master branch commits uploaded to test PyPI.
parent 470bb2a9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment