Skip to content

ci: remove workflow_call from publish for trusted publishing#64

Merged
FBumann merged 1 commit intomainfrom
ci/publish-tag-only
Mar 24, 2026
Merged

ci: remove workflow_call from publish for trusted publishing#64
FBumann merged 1 commit intomainfrom
ci/publish-tag-only

Conversation

@FBumann
Copy link
Owner

@FBumann FBumann commented Mar 24, 2026

Summary

  • Remove workflow_call trigger from publish workflow — PyPI trusted publishing doesn't work with reusable workflow calls
  • Remove publish job from release workflow — release-please creates the tag via app token, which triggers publish directly via tag push
  • Simplify ref handling (no more inputs.tag fallback)

🤖 Generated with Claude Code

PyPI trusted publishing doesn't work with reusable workflow calls.
Tag push from release-please (via app token) triggers publish directly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 24, 2026

Warning

Rate limit exceeded

@FBumann has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 33 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2a5777df-717c-4eb0-be5e-fc419f6657d9

📥 Commits

Reviewing files that changed from the base of the PR and between 3cb4827 and a6c891a.

📒 Files selected for processing (2)
  • .github/workflows/publish.yaml
  • .github/workflows/release.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/publish-tag-only

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@FBumann FBumann merged commit 5aa24a9 into main Mar 24, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant