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 bad5cb1

Browse filesBrowse files
committed
fix sdist upload
1 parent 52bc698 commit bad5cb1
Copy full SHA for bad5cb1

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -760,12 +760,12 @@ after_success: |
760760
fi
761761
762762
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
763-
pip install --user twine
764-
pip install --user --upgrade six
765-
766763
if [[ $SDIST == 1 ]]; then
764+
pip install twine
767765
twine upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/dist/opencv*
768766
else
767+
pip install --user twine
768+
pip install --user --upgrade six
769769
twine upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/wheelhouse/opencv*
770770
fi
771771

0 commit comments

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