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