提交 31f782b3 编写于 作者: O Olli-Pekka Heinisuo

upload fails on macOS due to too old SSL

上级 ea1108fd
......@@ -428,6 +428,10 @@ after_success: |
set -x
pip install twine
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
pip install --upgrade pyOpenSSL
fi
if [[ $ENABLE_CONTRIB == 0 ]]; then
if [[ $ENABLE_HEADLESS == 0 ]]; then
echo "This is default build. Deployment will be done to to PyPI entry opencv-python."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册