Skip to content

Commit

Permalink
Update pyodide.yml
Browse files Browse the repository at this point in the history
remove z3num doctest, add artifact upload
  • Loading branch information
NikolajBjorner authored Nov 16, 2024
1 parent 00c5600 commit cdc4833
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,11 @@ jobs:
run: |
~/env-pyodide/bin/pip install src/api/python/dist/*.whl
~/env-pyodide/bin/python - <src/api/python/z3test.py z3
~/env-pyodide/bin/python - <src/api/python/z3test.py z3num
- name: Package wheel
uses: actions/upload-artifact@master
with:
name: pyodide-wheel
path: src/api/python/dist/*.whl
retention-days: 1

0 comments on commit cdc4833

Please sign in to comment.