Skip to content

Conversation

@naomi-lgbt
Copy link
Contributor

@naomi-lgbt naomi-lgbt commented Oct 2, 2025

Summary by CodeRabbit

  • Chores
    • Updated release publishing configuration to use new PyPI credentials, ensuring ongoing compatibility with the packaging infrastructure and preventing potential release interruptions.
    • Adjusted automated workflow authentication only; no changes to features, performance, or user experience.
    • No action required from users; this helps maintain a stable delivery pipeline for future versions.

@naomi-lgbt naomi-lgbt requested a review from lukeocodes as a code owner October 2, 2025 18:34
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 2, 2025

Walkthrough

Updated GitHub Actions release workflow to change the PyPI publish step’s token source from secrets.PYPI_TOKEN to secrets.PYPI_API_TOKEN. No other workflow behavior changed.

Changes

Cohort / File(s) Summary of Changes
Release workflow token update
\.github/workflows/release-please.yml
In the Publish to PyPI step, POETRY_PYPI_TOKEN_PYPI now reads from secrets.PYPI_API_TOKEN instead of secrets.PYPI_TOKEN.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title succinctly captures the main update to the CI configuration by indicating a fix in how the secret is referenced. It clearly identifies the CI context and the nature of the change without including unnecessary detail. This aligns with expectations for a clear, descriptive pull request title.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch naomi-lgbt-patch-1

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3abbac3 and cb0a7ce.

📒 Files selected for processing (1)
  • .github/workflows/release-please.yml (1 hunks)
🔇 Additional comments (1)
.github/workflows/release-please.yml (1)

85-85: Correct secret reference.

Switching to secrets.PYPI_API_TOKEN fixes the publish token lookup. Looks good.


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.

@lukeocodes lukeocodes merged commit 09550c7 into main Oct 9, 2025
13 checks passed
@lukeocodes lukeocodes deleted the naomi-lgbt-patch-1 branch October 9, 2025 10:24
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.

3 participants