Skip to content

fix: preserve owner-controlled production boundary (#5) (#6) #12

fix: preserve owner-controlled production boundary (#5) (#6)

fix: preserve owner-controlled production boundary (#5) (#6) #12

Workflow file for this run

name: CI
on: [pull_request, push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: "3.12"}
- run: python -m pip install '.[dev]' build
- run: pytest
- run: python tests/verify.py
- run: python -m build