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

fix macOS deployment phase

上级 eb0b33c9
......@@ -722,11 +722,15 @@ after_success: |
# Upload wheels to pypi if requested
if [ -n "$TRAVIS_TAG" ]; then
set -x
pip install --user twine
pip install --user --upgrade six
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
pip install --user twine
pip install --user --upgrade six
fi
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
pip install --user --upgrade pyOpenSSL
pip install twine
pip install --upgrade pyOpenSSL
fi
if [[ $ENABLE_CONTRIB == 0 ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册