Files
Pybind-Xmake/README.md
2025-12-07 15:15:19 +01:00

281 B

pybind11 example

Building

xrepo env python -m pip install build
xrepo env python -m build -w

Wheels are built in the dist directory:

$ ls dist
example-0.0.1-cp313-cp313-linux_x86_64.whl
$ pip install dist/xmake_test-0.0.1-cp313-cp313-linux_x86_64.whl