623 B
623 B
Release Guide
Setup (One-time)
Add PYPI_API_TOKEN to GitHub Secrets:
- Get token: https://pypi.org/manage/account/token/
- Add to secrets: Settings → Secrets → Actions →
PYPI_API_TOKEN
Release (One-click)
- Go to: https://github.com/yichuan-w/LEANN/actions/workflows/release-manual.yml
- Click "Run workflow"
- Enter version:
0.1.2 - Click green "Run workflow" button
That's it! The workflow will automatically:
- ✅ Update version in all packages
- ✅ Build all packages
- ✅ Publish to PyPI
- ✅ Create GitHub tag and release
Check progress: https://github.com/yichuan-w/LEANN/actions