more travis trying

This commit is contained in:
Peter Gorniak 2019-11-27 16:07:52 -08:00
parent 35c7016796
commit 6786f63bd7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
from setuptools import setup
version = "3.8.3"
version = "3.8.4"
setup(
name="domdiv",