You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: disable GitHub releases - we only release to PyPI
- Set upload_to_release = false in semantic-release config
- Add --no-vcs-release flag to semantic-release command
- Remove unnecessary GH_TOKEN since we don't create GitHub releases
- PyPI publishing is handled separately in the workflow
0 commit comments