8000 Add tags=true to .travis.yml · opencv/opencv-python@87815ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 87815ef

Browse files
committed
Add tags=true to .travis.yml
1 parent d9a77d3 commit 87815ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ after_success: |
117117
else
118118
echo "Tag not set, deployment skipped."
119119
fi
120-
121120
deploy:
122121
provider: releases
123122
api_key:
@@ -126,4 +125,4 @@ deploy:
126125
file: "${TRAVIS_BUILD_DIR}/wheelhouse/opencv/*"
127126
on:
128127
repo: Swind/opencv-python
129-
branch: nonfree
128+
tags: true

0 commit comments

Comments
 (0)
0