fix travis condition

This commit is contained in:
Peter Gorniak 2019-11-23 11:34:44 -08:00
parent f8521a5cfd
commit 48d124a05b

View File

@ -16,4 +16,4 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
condition: tag = /^v[0-9].*/
condition: tag =~ /^v[0-9].*/