3 comments (3 comments)1 reaction (1 reaction)0 assignees (0 assignees)Rust420 forks (420 forks)auto 404
github_actionsgood first issue
Repository metrics
- Stars
- 5,692 stars (5,692 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
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
Contributor guide
- Research direction
- Implement a new CLI option ` python implementation` in the `generate ci` command that accepts values: cpython (default), pypy, and graalpy (if feasible). Check the existing CI generation code in src/ci.rs for integration points.
- Tech stack
- rustpython
- Domain
- backenddevops
- Issue type
- Feature
- Prerequisites
- RustGit