We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4373719 + 4d03379 commit 718c912Copy full SHA for 718c912
1 file changed
.github/workflows/benchmark.yml
@@ -41,7 +41,8 @@ jobs:
41
- name: Build and install Python binding
42
run: |
43
pip install maturin
44
- maturin develop --release --manifest-path asherah-py/Cargo.toml
+ maturin build --release --manifest-path asherah-py/Cargo.toml --out dist/
45
+ pip install dist/*.whl
46
47
- name: Install Node.js dependencies
48
0 commit comments