Henry Schreiner
Henry Schreiner
Docs are broken. I'm guessing maybe there was an GitHub app or something that's been disabled for PyPA? No web hooks seem to be present.
Oh, I think I can then. Will try tomorrow.
Looks like the web hook was set up pointing at pkgconf-pypi. 🙄
cibuildwheel 3.0 out. :)
Build does not interfere with the build backend's output. That's why build backends like scikit-build-core produce colorful output with build, and not with pip (which captures and reprints the output)....
I'd like some way to communicate to tools what the built distributions were, but that's tricky to do since stdout/stderr are being written to by the build backend. `uv` does...
Does this only happen with build? Does `uv build` and/or `pip wheel` succeed? I'd think it's more likely a backend or package problem, unless those work and we don't.
Could you try to extend your example to two items, please? ;) Generally, json is much more commonly used as an interchange format. There are far more utilities to generate...
FYI, while this is probably something you should still hunt down and fix, but for packaging for distros, you'll very likely eventually need to add `--skip-dependency-check` when building. Users will...
Yes, I've just started using orgs for Scikit-HEP and I think it's nice; we have a GitHub org, having a PyPI org matching it makes sense.