Skip to content

Version 1.5.0

Version 1.5.0 #312

Workflow file for this run

name: WASM
on:
workflow_dispatch:
pull_request:
branches:
- master
- develop
release:
types:
- published
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-pyodide:
name: Pyodide cibuildwheel
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: pypa/cibuildwheel@v2.20
env:
CIBW_PLATFORM: pyodide
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: pyodide-wheel
path: wheelhouse/*.whl