We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bc698 commit bad5cb1Copy full SHA for bad5cb1
.travis.yml
@@ -760,12 +760,12 @@ after_success: |
760
fi
761
762
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
763
- pip install --user twine
764
- pip install --user --upgrade six
765
-
766
if [[ $SDIST == 1 ]]; then
+ pip install twine
767
twine upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/dist/opencv*
768
else
+ pip install --user twine
+ pip install --user --upgrade six
769
twine upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/wheelhouse/opencv*
770
771
0 commit comments