Skip to content

Commit c2647c8

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

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
uv sync --locked --all-groups --all-extras
3737
3838
- name: Build & install Rust extension (maturin develop)
39-
run: |
40-
cd rust-base32
41-
uv run maturin develop --release
42-
cd ..
39+
uses: PyO3/maturin-action@v1
40+
with:
41+
command: develop
42+
args: --release
43+
working-directory: rust-base32
4344

4445
- name: Sanity check (import extension)
4546
run: |

0 commit comments

Comments
 (0)