Henry Schreiner
Henry Schreiner
You can now use `wheel tag` to retag a wheel however you want. It’s the only solution that works with all build backends. However, most people should use cibuildwheel or...
I think builders generally normalize timestamps. Scikit-build-core will do so for the SDist unless you set `sdist.reproducible` to False. This makes the SDists reproducible. Wheels are not fully reproducible yet...
If you ran `cmake --version`, why is it looking for `ccmake`? Also, according to the line above, it did install `ccmake`. (No issue with better error messages, but might be...
Ahh, excellent, thank you. We could make the entry points dynamic, but that would be nicer if PEP 808 is accepted. I had missed it isn't in the official distribution,...
That's not what I see for `-t`: ```console $ man mktemp ... -t prefix Generate a template (using the supplied prefix and TMPDIR if set) to create a filename template....
I'm on macOS, so a BSD flavor. I do see the `-p` option, and it seems consistent.
This is probably from #621. How are you using it? Do you have an example of a failing script? I would have thought this would have been tested (tests/test_3_cli.py and...
I'd love these, I might even have discussed it before. I'd like to use it for Python versions; asking "is any version of Python 3.12 contained in requires-python" would be...
You can do a range, then the highest one in the range is used for policy defaults.