* Separate manual release workflow from CI
* Refactor release workflow with granular job separation
Split release process into distinct jobs (build, github-release, publish-to-pypi)
for better separation of concerns and permission management. Remove workflow_dispatch
inputs from release workflow and update CI workflow to use read-only permissions for
calling the release workflow.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Use OIDC instead of the API token for PyPI
* Update .github/workflows/release.yml
* Rename .github/workflows/claude-code.yml to .github/workflows/claude.yml
* Fix permissions
* Refactor .github/workflows/claude.yml
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>