Skip to content

Commit b1d19e3

Browse files
committed
Fix tag requirement on pypi travis-ci
This should fix the deploy stage on the travis-ci builds caused by an invalid yaml config. Signed-off-by: Travis F. Collins <travis.collins@analog.com>
1 parent 26c5be5 commit b1d19e3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ deploy:
166166
condition: "$TRAVIS_OS_NAME = osx"
167167
all_branches: true
168168
- provider: pypi
169-
if: tag IS present
170169
skip_cleanup: true
171170
on:
172171
tags: true

0 commit comments

Comments
 (0)