We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f13de commit 29a4f7aCopy full SHA for 29a4f7a
1 file changed
.github/workflows/tests.yml
@@ -39,7 +39,9 @@ jobs:
39
run: |
40
# Build the Rust extension using maturin
41
pip install maturin
42
- maturin develop --release
+ # Build the wheel and install it
43
+ maturin build --release
44
+ pip install target/wheels/*.whl
45
46
- name: Run Python tests
47
0 commit comments