Skip to content

Commit 1e51246

Browse files
committed
feat: add cli
1 parent 202a0de commit 1e51246

File tree

6 files changed

+957
-32
lines changed

6 files changed

+957
-32
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20+
python-version:
21+
- "3.10"
22+
- "3.11"
23+
- "3.12"
24+
- "3.13"
2025
os:
2126
- ubuntu-latest
2227
- macos-latest
@@ -26,6 +31,8 @@ jobs:
2631
- uses: actions/checkout@v4
2732
- uses: astral-sh/setup-uv@v3
2833
- uses: Swatinem/rust-cache@v2
34+
- name: Install Python version
35+
run: uv python install ${{ matrix.python-version }}
2936
- name: Sync
3037
run: uv sync --no-install-project
3138
- name: Build directly with maturin

0 commit comments

Comments
 (0)