docs: add development workflow instructions to AGENTS.md #15
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
| # PyPI publish workflow - DISABLED: package is not published anywhere. | ||
| # If publishing is needed in the future, re-enable and configure: | ||
| # - Add PYPI_API_TOKEN secret at https://github.com/GrayCodeAI/hawk-sdk-python/settings/secrets/actions | ||
| # - Or fix OIDC trusted publisher at https://pypi.org/manage/account/publishing/ | ||
| # Triggered by release-please when it pushes a v* tag. | ||
| name: release | ||
| on: | ||
| push: | ||
| tags: ["v*"] | ||
| permissions: {} # disabled | ||
| jobs: | ||
| build-and-publish: | ||
| runs-on: ubuntu-latest | ||
| steps: [] # disabled | ||