3 件のコメント (3 件のコメント)1 件のリアクション (1 件のリアクション)0 人の担当者 (0 人の担当者)Rust420 件のフォーク (420 件のフォーク)auto 404
github_actionsgood first issue
Repository metrics
- Stars
- 5,692 個のスター (5,692 個のスター)
- PR merge metrics
- PR metrics pending (PR metrics pending)
説明
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
コントリビューターガイド
- 調査方針
- `generate ci` コマンドに新しい CLI オプション ` python implementation` を実装し、値として cpython(デフォルト)、pypy、graalpy(可能な場合)を受け入れます。src/ci.rs の既存の CI 生成コードを調べて、統合ポイントを見つけてください。
- 技術スタック
- rustpython
- 領域
- backenddevops
- Issue 種別
- 機能
- 前提条件
- RustGit