can not find header file
GoodenoughPhysicsLab opened this issue · 2 comments
GoodenoughPhysicsLab commented
henryiii commented
Build builds your SDist then a wheel from that. So you are making SDists that are missing files. If you want to directly make the wheel, you can do python -m build --sdist --wheel
. But you should fix your SDist to contain the headers you want, so people can build from it too.
GoodenoughPhysicsLab commented