messense
messense
Looks reasonable, but manylinux is a must have feature.
@cojmeister https://github.com/pypa/manylinux
> I mean, shouldn't the action replicate the build command in the CLI? Yes but the build command needs to run in a manylinux compatible environment, hence the docker containers.
> * is there any documentation on how to add support for a new platform? See https://maturin.rs/platform_support. > * is there an interest for this in the project (as in,...
Where can I download a precompiled iOS Python?
I find the wheel tags for iOS is a bit strange. Maybe `cp311-cp311-macosx_11_0_iphone15,2` should be normalized to `cp311-cp311-macosx_11_0_iphone15_2` or `cp311-cp311-iphone_15_2`? ```bash $ python3 -m pip debug --verbose pip version: pip...
N.B. [PEP 730 – Adding iOS as a supported platform](https://peps.python.org/pep-0730/) has been [accepted](https://github.com/python/steering-council/issues/218#issuecomment-1839333665).
We have merged initial iOS support in #2102, further improvements are tracked in #2103.
It is by design, see also https://github.com/PyO3/maturin/discussions/1365
See https://github.com/PyO3/maturin/pull/558, it allows package type stubs automatically. > Sidenote: If the `.so` file is part of the package I think prefixing its name with an `_` would be somewhat...