Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iindyk authored Dec 23, 2024
1 parent 331c99c commit de488cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ jobs:
export PYTHON_MINOR_VERSION=$(echo $PYTHON_VERSION | cut -d. -f2)
export BAZEL_VERSION="5.4.0"
export OUTPUT_DIR="/tmp/grain"
export SOURCE_DIR="${OUTPUT_DIR}"
source ${OUTPUT_DIR}/grain/oss/runner_common.sh
update_bazel_macos ${BAZEL_VERSION}
bazel --version
pushd ${OUTPUT_DIR}
setup_env_vars_py $PYTHON_MAJOR_VERSION $PYTHON_MINOR_VERSION
install_and_init_pyenv
install_ar_deps
export SOURCE_DIR="${OUTPUT_DIR}"
install_grain_deps
bash "${SOURCE_DIR}/grain/oss/build_whl.sh"
popd
Expand Down

0 comments on commit de488cc

Please sign in to comment.