Skip to content

Build Pyodide wheel #561

Build Pyodide wheel

Build Pyodide wheel #561

Workflow file for this run

name: Build Pyodide wheel
# Builds pyodide wheels.
on:
workflow_dispatch:
schedule:
- cron: '13 5 * * *'
jobs:
pyodide:
name: pyodide
runs-on: ubuntu-latest
strategy:
matrix:
args: [
'',
'-m "git:--branch master https://github.com/ArtifexSoftware/mupdf"',
'-m "git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf"',
]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: pyodide
run:
python scripts/test.py ${{matrix.args}} pyodide
# We do not use upload-artifact@v4 because it fails due to us creating
# identically-named wheels.
#- uses: actions/upload-artifact@v4
# with:
# path: ./wheelhouse/*.whl