mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
Add __commit__ field to ray package in wheels (#7305)
This commit is contained in:
@@ -98,7 +98,8 @@ from ray.runtime_context import _get_runtime_context # noqa: E402
|
||||
from ray.cross_language import java_function, java_actor_class # noqa: E402
|
||||
from ray import util # noqa: E402
|
||||
|
||||
# Ray version string.
|
||||
# Replaced with the current commit when building the wheels.
|
||||
__commit__ = "{{RAY_COMMIT_SHA}}"
|
||||
__version__ = "0.9.0.dev0"
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user