Skip to content

Commit

Permalink
🧪 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 e7723a4 commit 4f1fe3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reusable-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ jobs:
readme = "README.md"
- name: Build the stub package sdist and wheel distributions
run: python3 -m build
- name: Create the Rust package directory
run: mkdir -pv rust-example
- 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/
working-directory: rust-example
- name: Register the stub package in devpi
run: twine register dist/*.tar.gz
env:
Expand Down

0 comments on commit 4f1fe3e

Please sign in to comment.