rules_py
rules_py copied to clipboard
example: Add example for pybind11
Add an example for pybind11 with rules_py which is a modified version of https://github.com/pybind/pybind11_bazel/tree/master/examples/basic.
Changes are visible to end-users: no
Test plan
- New test cases added
Thanks! but it doesn't appear this is being tested by our CI. We also don't have sub-modules in the other examples folders. Could you move the new dependency to the root MODULE.bazel (with dev_dependency=True) and verify this is getting tested?
Can do.
Isn't the UV example I am bumping in #374 a submodule?