Skip to content

Commit

Permalink
(fix) fix release script (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gc authored Jan 6, 2025
1 parent 05246f0 commit 1745a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ commands:
conda create -n build python=<< parameters.python_ver >> -y
conda activate build
if [ ! -e "/usr/bin/python3" ]; then ln -s `which python3` /usr/bin/python3; fi
bazel build //:spu_wheel -c opt --@rules_python//python/config_settings:python_version=<< parameters.python_ver >>
python3 -m pip install twine
ls bazel-bin/spu*.whl
Expand Down
1 change: 0 additions & 1 deletion build_wheel_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@


# FIXME: add build option `--config=avx` if building on x86_64 platform
if [ ! -e "/usr/bin/python3" ]; then ln -s `which python3` /usr/bin/python3; fi
bazel build //:spu_wheel -c opt

# Ensure binary safety
Expand Down

0 comments on commit 1745a87

Please sign in to comment.