Skip to content

Commit

Permalink
more travis trying
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Nov 28, 2019
1 parent 35c7016 commit 6786f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
condition: tag =~ /^v[0-9].*/
condition: $TRAVIS_TAG =~ /^v[0-9].*/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "3.8.3"
version = "3.8.4"

setup(
name="domdiv",
Expand Down

0 comments on commit 6786f63

Please sign in to comment.