"vscode:/vscode.git/clone" did not exist on "877d58fac74731a5feba8d6ca3bb0cc97d154eb0"
Unverified Commit 5dcd0774 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

added macOS High Sierra to the python wheel name (#1377)

parent 441bafa1
......@@ -74,7 +74,7 @@ if [[ ${TASK} == "sdist" ]]; then
elif [[ ${TASK} == "bdist" ]]; then
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
cd $TRAVIS_BUILD_DIR/python-package && python setup.py bdist_wheel --plat-name=macosx --universal || exit -1
mv dist/lightgbm-${LGB_VER}-py2.py3-none-macosx.whl dist/lightgbm-${LGB_VER}-py2.py3-none-macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.whl
mv dist/lightgbm-${LGB_VER}-py2.py3-none-macosx.whl dist/lightgbm-${LGB_VER}-py2.py3-none-macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl
else
cd $TRAVIS_BUILD_DIR/python-package && python setup.py bdist_wheel --plat-name=manylinux1_x86_64 --universal || exit -1
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment