Skip to content

fix(28): CR-01/CR-02/WR-03/WR-05 harden run.py agent handling #94

fix(28): CR-01/CR-02/WR-03/WR-05 harden run.py agent handling

fix(28): CR-01/CR-02/WR-03/WR-05 harden run.py agent handling #94

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: "3.14"
- name: Install dependencies
run: uv sync
- name: Build wheel
run: uv build
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist/