-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Move publish step into release-please workflow #237
Conversation
@CodiumAI-Agent /describe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #237 +/- ##
=======================================
Coverage 95.79% 95.79%
=======================================
Files 12 12
Lines 1095 1095
=======================================
Hits 1049 1049
Misses 46 46 ☔ View full report in Codecov by Sentry. |
/describe |
PR Description updated to latest commit (3cb0ec9) |
/review |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
Test that comment does not invoke PR Agent. |
Type
enhancement
Description
Changes walkthrough
publish.yml
Move publish step into release-please workflow and remove PyPI
publishing
.github/workflows/publish.yml
['Move the publish step into the release-please workflow', 'Remove the push event trigger for tags', 'Remove the steps for building and publishing to PyPI']
release-please.yml
Add job for publishing to PyPI and set up dependency on release-please
.github/workflows/release-please.yml
['Add a new job for publishing to PyPI', 'Add a dependency on the release-please job', 'Set up the environment for the new job', 'Conditionally run the new job based on the release-please job output', 'Add steps for checking out code, setting up Python, building, and publishing to PyPI']