On 12. 12. 23 7:56, Nathan Scott wrote:
Thanks Miro - that size pointer was helpful. Indeed, the only thing in the wheel are 3 metadata files.
Things seem to be OK up to this point in the upstream hatchling build: https://github.com/dmlc/xgboost/blob/43897b829680d241491abe1ecd46b2ba9d33896...
... that temporary directory is populated with all the python files in what looks like a good format, but the generated wheel is essentially empty. Is there any way to see what's happening inside that hatchling.build.build_wheel call I wonder?
I don't know.
Try adding:
[tool.hatch.build.targets.wheel] packages = ["xgboost"]
to pyproject.toml. Does it help?