Skip to content

Commit 045d87b

Browse files
author
Eric Kolve
committed
adding git describe for debugging
1 parent 5026e76 commit 045d87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deploy:
2020
distributions: sdist bdist_wheel --universal
2121
on:
2222
tags: true
23-
condition: $TRAVIS_TAG =~ "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$" && $(git describe --tags --exact-match)
23+
condition: $(git describe --tags --exact-match)
2424

2525
env:
2626
global:

0 commit comments

Comments
 (0)