Skip to content

Commit

Permalink
build pyodide wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Feb 3, 2024
1 parent 5748183 commit 48a270f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,10 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v4
uses: mymindstorm/setup-emsdk@v14
- uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.45 # pyodide config get emscripten_version
- name: Build Wheel - wasm-emscripten
uses: PyO3/maturin-action@v1
- uses: PyO3/maturin-action@v1
with:
maturin-version: ${{ env.MATURIN_VERSION }}
target: wasm32-unknown-emscripten
Expand Down

0 comments on commit 48a270f

Please sign in to comment.