fix: handle workflow trigger permission gracefully

This commit is contained in:
Andy Lee
2025-07-24 19:25:11 -07:00
parent 9000a7083d
commit d45c013806
2 changed files with 61 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# Release Guide
## Required: PyPI Configuration
Before releasing, ensure you have configured the PyPI API token:
1. Generate API token at https://pypi.org/manage/account/token/
2. Add as GitHub secret: `PYPI_API_TOKEN`
3. For full automation, also add a Personal Access Token:
- Create PAT at https://github.com/settings/tokens with `workflow` scope
- Add as GitHub secret: `WORKFLOW_PAT`
- This allows the release workflow to trigger CI builds automatically
## 📋 Prerequisites
Before releasing, ensure: