Henry Schreiner

Results 2521 comments of Henry Schreiner

`--target=` or `--local=` or `--only=` or `--identifier` might be options? Given it is merging several things, not just BUILD, and selector expressions are not valid. Personally I'd often do `CIBW_BUILD=cp310-*`...

That's fine with me - IMO it should be really rare to have `CIBW_PLATFORM` & `--only` together, and it's probably a mistake on the user's part if they are both...

Added `only:` to the Action, since I think it would replace https://github.com/pypa/cibuildwheel/pull/1262. `--only ""` is now equivalent to not passing only, since that makes it easier to template, and is...

Is this still a problem, or can it be closed?

Do you really need to refactor it in this way? It seems like we could just write a new context manager that simply wraps subprocess.run and otherwise does pretty much...

Personally, I'd be fine adding podman support, doesn't look too hard. I don't know much about podman, we'd want some way to test it. Is it available on public CI,...

Yes, this is not related. NumPy is just shipping the thin wheels now. This issue is about wheel fusion, that is, making the thin wheels and then post processing them...

Scikit-build does not respect the setuptools compiler selection (which I'm hoping might be something I can change in the future), so it requires the MSVC environment to be setup if...

The numpy.org webpage now has a pyodide-powered scientific stack in the browser. Wow. I have no idea ATM what is involved with building a pyodide wheel, and I'd assume there...