changing maturin command to build

This commit is contained in:
Andy Pack 2025-02-15 20:38:04 +00:00
parent cbb4a9d3e0
commit ff71ffb7d5
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
2 changed files with 2 additions and 2 deletions
.gitea/workflows
.github/workflows

@ -54,7 +54,7 @@ jobs:
- name: Build Python
working-directory: ./pyfinlib
run: maturin develop
run: maturin build
buildWASM:
name: Build WASM

@ -62,7 +62,7 @@ jobs:
- name: Build Python
working-directory: ./pyfinlib
run: maturin develop
run: maturin build
buildWASM:
name: Build WASM