Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0b0ea9

Browse filesBrowse files
authored
ddg
1 parent 1983173 commit b0b0ea9
Copy full SHA for b0b0ea9

File tree

1 file changed

+6
-2
lines changed
Filter options

1 file changed

+6
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,15 @@ before_cache: |
114114
115115
fi
116116
set +x
117-
117+
118+
before_deploy:
119+
- export RELEASE_PKG_FILE=$(ls ${TRAVIS_BUILD_DIR}/wheelhouse/*)
120+
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
121+
118122
deploy:
119123
provider: releases
120124
api_key: "${GITHUB_OAUTH_TOKEN}"
121-
file: ${TRAVIS_BUILD_DIR}/wheelhouse/opencv*
125+
file: ${RELEASE_PKG_FILE}
122126
skip_cleanup: true
123127
on: master
124128
tag: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.