release: ship aet v1.5.0 evolution lab #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| verify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: astral-sh/setup-uv@v5 | |
| - run: uv run --no-editable --reinstall-package agent-engineering-toolkit python -m unittest discover -s tests -v | |
| - run: uv run --no-editable aet audit . --strict --format json --output .aet/evidence/audit.json | |
| - run: uv build | |
| - run: uv run --isolated --with dist/agent_engineering_toolkit-1.5.0-py3-none-any.whl aet --version |