Skip to content

Prepare v2.0.0 release: install from PyPI#50

Merged
jeffreyksmithjr merged 1 commit intomainfrom
v2-release
Mar 13, 2026
Merged

Prepare v2.0.0 release: install from PyPI#50
jeffreyksmithjr merged 1 commit intomainfrom
v2-release

Conversation

@jeffreyksmithjr
Copy link
Contributor

Summary

  • Switch GitHub Action from source install (uv sync) to PyPI package (pip install 'good-egg>=2,<3')
  • Update self-test workflow to @v2
  • Stamp changelog for 2.0.0

Notes

The v2.0.0 tag has already been pushed. Once this PR merges, main will match the tag. The release workflow triggered by the tag will publish to PyPI, create the GH release, and set the v2 major version tag.

Switch the GitHub Action from source install (uv sync) to PyPI package
(pip install good-egg>=2,<3) so consumers get the published artifact.
Update self-test workflow to @v2 and stamp the changelog for 2.0.0.
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request prepares the project for its v2.0.0 release by transitioning the GitHub Action to install the good-egg package directly from PyPI, rather than from source. It also updates the project's changelog to reflect the new 2.0.0 version and its release date, aligning the main branch with the already pushed v2.0.0 tag.

Highlights

  • GitHub Action Installation: The GitHub Action's installation method was switched from a source install using uv sync to a PyPI package installation using pip install 'good-egg>=2,<3'.
  • Changelog Update: The CHANGELOG.md file was updated to stamp the 2.0.0 release, including the version number, date, and a link to the GitHub release tag.
Changelog
  • CHANGELOG.md
    • Updated the [Unreleased] header to [2.0.0] - 2026-03-13.
    • Added a new release link for [2.0.0] pointing to the GitHub tag.
  • action.yml
    • Removed the uv installation step (astral-sh/setup-uv@v4).
    • Modified the Install good-egg step to use pip install 'good-egg>=2,<3' instead of uv sync.
    • Updated the Run Good Egg step to directly execute python -m good_egg.action, removing the cd and uv run commands.
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/good-egg.yml
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request prepares for the v2.0.0 release by updating the changelog and modifying the GitHub Action to install the good-egg package from PyPI instead of from source. The changes simplify the action's installation logic. My review includes a suggestion to pin the package version in action.yml to improve reproducibility and security.

@github-actions
Copy link

🥚 Diet Egg: HIGH Trust

Score: 84%

Score Breakdown

Component Value
Merge Rate 84% (46/55 PRs)

Top Contributions

Repository PRs Language Stars
2ndSetAI/good-egg 20 Python 22
jeffreyksmithjr/verskyt 9 Python 2
jeffreyksmithjr/galapagos_nao 7 Elixir 21
aws-samples/aws-big-data-blog 3 Java 894
pytorch/pytorch.github.io 2 HTML 278
numpy/numpy 1 Python 31595
melissawm/open-source-ai-contribution-policies 1 N/A 130
nerves-project/nerves_examples 1 Elixir 402
kilimchoi/engineering-blogs 1 Ruby 37416
kdeldycke/plumage 1 CSS 55

@jeffreyksmithjr jeffreyksmithjr merged commit 0057be0 into main Mar 13, 2026
5 of 6 checks passed
@jeffreyksmithjr jeffreyksmithjr deleted the v2-release branch March 13, 2026 12:51
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