Relative Content

Tag Archive for pythonc++cmakeboostpybind11

Use Boost in pybind11 cmake project

I have just cloned https://github.com/pybind/scikit_build_example, which is a great template for a project combining Python and C++ with pybind11. The Github Action builds wheels (for Windows, Linux, MacOS) and uploads them to PyPI right out of the box.