Conversation
…workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughAdds a GitHub Actions workflow Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CONTRIBUTING.md`:
- Around line 99-103: Replace the phrase "publish workflow" with "publishing
workflow" in the CONTRIBUING.md paragraph describing the PyPI Trusted Publishing
section so the prose reads naturally; update both occurrences that currently
read "publish workflow" (the sentence beginning "This triggers the publish
workflow..." and the later mention in "pointing at this repository's
`publish.yml` workflow") to "publishing workflow" while preserving the reference
to `publish.yml`.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: c9b860e5-40f1-4c1d-9a6f-f898dc18a252
📒 Files selected for processing (4)
.github/workflows/publish.ymlCONTRIBUTING.mdluno_python/__init__.pypyproject.toml
💤 Files with no reviewable changes (1)
- pyproject.toml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|



Fixes #78.
Summary
VERSIONto0.3.0(PyPI has been stuck at0.0.10despite tagsv0.1.0andv0.2.0existing — the version was never bumped in code and nothing was published)CONTRIBUTING.mddocumenting the end-to-end process.github/workflows/publish.yml: builds and publishes to PyPI automatically when a GitHub Release is created, using PyPI Trusted Publishing (OIDC — no stored secrets needed)B107bandit skip (was causing pre-commit failures)Next step after merging
Set up Trusted Publishing on PyPI for this repo, then:
Summary by CodeRabbit
Chores
Documentation
Security