From f8eaf4866abf07e60f1cd3ab3c7d8bbb3756975a Mon Sep 17 00:00:00 2001 From: Peter Gorniak Date: Wed, 27 Nov 2019 16:26:53 -0800 Subject: [PATCH] testing travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c74448..bb01891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ install: script: - python setup.py test - if [[ ${TRAVIS_PYTHON_VERSION:0:1} == "3" ]]; then pre-commit run --all-files; fi + - env deploy: provider: pypi user: "__token__" @@ -16,4 +17,4 @@ deploy: distributions: "sdist bdist_wheel" on: tags: true - condition: $TRAVIS_TAG =~ /^v[0-9].*/ + condition: $TRAVIS_TAG =~ ^v[0-9]+.[0-9]+.[0-9]+$