Python workspace for Zeroshot packages, scaffolded as a multi-package uv monorepo.
zeroshot-commonszeroshot-commons-injectorszeroshot-commons-testingzeroshot-agentic-workflowszeroshot-openai-utilszeroshot-sql-decoratorszeroshot-agent-experiments(private app package)
make syncmake formatmake lintmake typecheckmake testmake test-integrationmake buildmake build-allmake set-version VERSION=0.1.0
- Run
make set-version VERSION=x.y.z. - Commit the version change.
- Tag the release with
vx.y.z. - Push the commit and tag.
GitHub Actions will build and publish the public packages with PyPI Trusted Publishing.
Each public PyPI project must be configured with the repository, workflow path, and environment declared in .github/workflows/publish.yml.