we can add a new cli option --python-implementation to select python impls to build wheels for, it should support these options:
- cpython (enabled by default)
- pypy
- graalpy (if we can upload graalpy wheels to pypi, need to check that)
https://github.com/PyO3/maturin/blob/main/src/ci.rs
we can add a new cli option
--python-implementationto select python impls to build wheels for, it should support these options:https://github.com/PyO3/maturin/blob/main/src/ci.rs