Unverified Commit 63cfdafa authored by Jie Luo's avatar Jie Luo Committed by GitHub

Fix python release breakages by set MB_PYTHON_OSX_VER (#7038)

parent 03ba4ac1
......@@ -50,8 +50,13 @@ build_artifact_version() {
mv wheelhouse/* $ARTIFACT_DIR
}
export MB_PYTHON_OSX_VER=10.9
build_artifact_version 2.7
build_artifact_version 3.5
build_artifact_version 3.6
build_artifact_version 3.7
build_artifact_version 3.8
# python OSX10.9 does not have python 3.5
export MB_PYTHON_OSX_VER=10.6
build_artifact_version 3.5
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