From 48d124a05bc5994c524160f0b88e2ee81d8bea63 Mon Sep 17 00:00:00 2001 From: Peter Gorniak Date: Sat, 23 Nov 2019 11:34:44 -0800 Subject: [PATCH] fix travis condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44e1bcc..8c6ea5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ deploy: distributions: "sdist bdist_wheel" on: tags: true - condition: tag = /^v[0-9].*/ + condition: tag =~ /^v[0-9].*/