diff --git a/.travis.yml b/.travis.yml index 8c6ea5f..1c74448 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: $TRAVIS_TAG =~ /^v[0-9].*/ diff --git a/setup.py b/setup.py index c10f12a..f1cc993 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = "3.8.3" +version = "3.8.4" setup( name="domdiv",