Skip to content

Commit

Permalink
(chore) pre-release 0.9.4.dev20250106 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gc authored Jan 6, 2025
1 parent e533801 commit 05246f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ commands:
../devtools/bazel_cache_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download
- run:
name: "build"
command: |
bazel --version && python3 --version
if [ ! -e "/usr/bin/python3" ]; then ln -s `which python3` /usr/bin/python3; fi
bazel run //:requirements-dev.update && bazel build <<parameters.targets>> -c opt --ui_event_filters=-info,-debug,-warning
command: bazel --version && python3 --version && bazel run //:requirements-dev.update && bazel build <<parameters.targets>> -c opt --ui_event_filters=-info,-debug,-warning
- run:
name: "test"
command: |
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

module(
name = "spulib",
version = "0.9.4",
version = "0.9.4.dev20250106",
compatibility_level = 1,
)

Expand Down
1 change: 1 addition & 0 deletions build_wheel_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@


# 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
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SPU_VERSION = "0.9.4.dev20250103"
SPU_VERSION = "0.9.4.dev20250106"

def _spu_version_gen(ctx):
ctx.actions.expand_template(
Expand Down

0 comments on commit 05246f0

Please # to comment.