changing maturin command to build
This commit is contained in:
parent
cbb4a9d3e0
commit
ff71ffb7d5
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
- name: Build Python
|
||||
working-directory: ./pyfinlib
|
||||
run: maturin develop
|
||||
run: maturin build
|
||||
|
||||
buildWASM:
|
||||
name: Build WASM
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
- name: Build Python
|
||||
working-directory: ./pyfinlib
|
||||
run: maturin develop
|
||||
run: maturin build
|
||||
|
||||
buildWASM:
|
||||
name: Build WASM
|
||||
|
Loading…
x
Reference in New Issue
Block a user