3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update pyodide.yml

remove z3num doctest, add artifact upload
This commit is contained in:
Nikolaj Bjorner 2024-11-16 13:01:03 -08:00 committed by GitHub
parent 00c5600b09
commit cdc483374c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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