Skip to content

Commit f9bb798

Browse files
committed
ci: create the "Publish to TestPyPI" workflow
1 parent 7780888 commit f9bb798

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test-rust-accel.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ jobs:
3333

3434
- name: Sync deps (locked)
3535
run: |
36-
uv sync --locked --all-groups
36+
uv sync --locked --all-groups --all-extras
3737
3838
- name: Build & install Rust extension (maturin develop)
3939
run: |
40-
uv run python -m pip install -U pip
41-
uv run python -m pip install -U maturin
4240
cd rust-base32
4341
uv run maturin develop --release
4442
cd ..

0 commit comments

Comments
 (0)