Relative Content

Tag Archive for pythonbazelpybind11

packing python wheel with pybind11 using bazel

I am trying to generate a wheel file using bazel, for a target that has pybind dependencies. The package by itself works fine (though testing), but when I’m packing it, the .so file is missing from the site_packges folder.
This is my build file: