Skip to content

Better urllib3 transport to run caterva2 in pyodide #7

Better urllib3 transport to run caterva2 in pyodide

Better urllib3 transport to run caterva2 in pyodide #7

Workflow file for this run

name: Python wheel
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: wheel
path: ./dist/*.whl