Skip to content

Commit

Permalink
fixup! 🧪 Add a Maturin-based package to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 6, 2024
1 parent 4f1fe3e commit a5dca9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
- name: Initialize a Rust project
run: cargo init
working-directory: rust-example
- name: Initialize a Rust project
run: pipx run maturin build --release --out ../dist/
- name: Build a Rust project sdist
run: pipx run maturin build --sdist --out ../dist/
working-directory: rust-example
- name: Register the stub package in devpi
run: twine register dist/*.tar.gz
Expand Down

0 comments on commit a5dca9c

Please sign in to comment.