[bazel] Build and publish ntcoreffi too (#8147)

This commit is contained in:
Austin Schuh
2025-08-02 21:59:50 -07:00
committed by GitHub
parent 1ab705b354
commit 0dd77e55cb
7 changed files with 238 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
load("@rules_python//python:defs.bzl", "py_binary")
exports_files(["defs.bzl"])
py_binary(
name = "gen_versionscript",
srcs = ["gen_versionscript.py"],
main = "gen_versionscript.py",
visibility = ["//visibility:public"],
)
py_binary(
name = "gen_resources",
srcs = ["gen_resources.py"],