Skip to content

docs: updated to include codex as a supported agent #12

docs: updated to include codex as a supported agent

docs: updated to include codex as a supported agent #12

Workflow file for this run

name: Build
on:
push:
tags: ["v*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python 3.12
run: uv python install 3.12
- name: Install dependencies
run: uv sync --group dev && uv pip install -e .
- name: Run unit and integration tests
run: uv run pytest tests/unit tests/integration -v
- name: Build package
run: uv build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/