"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "d90369a0d2a1715e5af1931a2af5438fcdac810c"
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 ...@@ -74,7 +74,7 @@ if [[ ${TASK} == "sdist" ]]; then
elif [[ ${TASK} == "bdist" ]]; then elif [[ ${TASK} == "bdist" ]]; then
if [[ $TRAVIS_OS_NAME == "osx" ]]; then if [[ $TRAVIS_OS_NAME == "osx" ]]; then
cd $TRAVIS_BUILD_DIR/python-package && python setup.py bdist_wheel --plat-name=macosx --universal || exit -1 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 else
cd $TRAVIS_BUILD_DIR/python-package && python setup.py bdist_wheel --plat-name=manylinux1_x86_64 --universal || exit -1 cd $TRAVIS_BUILD_DIR/python-package && python setup.py bdist_wheel --plat-name=manylinux1_x86_64 --universal || exit -1
fi 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