mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

Including the Bazel build files in the wheel leads to problems if the Ray wheels are brought in as a dependency from another bazel workspace, since that workspace will not recurse into the directories of the wheel that contain BUILD files -- this can lead to dropped files. This only happens for macOS wheels, on linux wheels the BUILD files were already excluded.
5 lines
138 B
Text
5 lines
138 B
Text
include ray/autoscaler/ray-schema.json
|
|
include ray/py.typed
|
|
recursive-include ray *.pyi
|
|
global-exclude *BUILD
|
|
global-exclude *BUILD.bazel
|