Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ pip.parse(
"//tools/publish:requirements_linux.txt": "linux_*",
"//tools/publish:requirements_windows.txt": "windows_*",
},
target_platforms = [
"linux_x86_64",
Comment thread
aignas marked this conversation as resolved.
Outdated
"linux_aarch64",
"osx_aarch64",
"windows_x86_64",
],
)
use_repo(pip, "rules_python_publish_deps")

Expand Down