rules_py icon indicating copy to clipboard operation
rules_py copied to clipboard

example: Add example for pybind11

Open hofbi opened this issue 1 year ago • 2 comments

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

hofbi avatar Jul 31 '24 16:07 hofbi

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?

alexeagle avatar Aug 03 '24 17:08 alexeagle

Can do.

Isn't the UV example I am bumping in #374 a submodule?

hofbi avatar Aug 03 '24 20:08 hofbi