File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -760,7 +760,7 @@ after_success: |
760
760
pip install --user --upgrade six
761
761
762
762
if [[ $SDIST == 1 ]]; then
763
- twine upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/dist
763
+ twine upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/dist/opencv*
764
764
else
765
765
twine upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/wheelhouse/opencv*
766
766
fi
@@ -775,7 +775,7 @@ after_success: |
775
775
/usr/bin/python -m pip install --user -U -I twine
776
776
777
777
if [[ $SDIST == 1 ]]; then
778
- /usr/bin/python -m upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/dist
778
+ /usr/bin/python -m upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/dist/opencv*
779
779
else
780
780
/usr/bin/python -m upload -u ${USER} -p ${PASS} --skip-existing ${TRAVIS_BUILD_DIR}/wheelhouse/opencv*
781
781
fi
You can’t perform that action at this time.
0 commit comments