Skip to content

Commit 602aae0

Browse files
committed
Justfile.
1 parent 3bbb99e commit 602aae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ default:
88
py-build:
99
cd crates/processing_pyo3; uv run maturin develop --release
1010

11+
py-stubs: py-build
12+
cargo run --release -p generate_stubs
13+
1114
py-run file: py-build
1215
cd crates/processing_pyo3; uv run python ./examples/{{file}}
1316

0 commit comments

Comments
 (0)