Skip to content

Commit

Permalink
Fix python release breakages by set MB_PYTHON_OSX_VER (#7038)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandolee committed Dec 19, 2019
1 parent 03ba4ac commit 63cfdaf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kokoro/release/python/macos/build_artifacts.sh
Expand Up @@ -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

0 comments on commit 63cfdaf

Please sign in to comment.