Skip to content

Run CI on this branch #1

Run CI on this branch

Run CI on this branch #1

Workflow file for this run

name: build
on:
pull_request:
branches: [master, enum_monkey_patch_for_micropython]
push:
branches: [master, enum_monkey_patch_for_micropython]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3
- run: pip install build
- run: python -m build .
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist