Conversation
To more correctly use uv and explain what to do.
The file filter only matched apache-hamilton-* (dashes) but wheels use apache_hamilton-* (underscores per PEP 427). Match both variants using the package name passed as an argument.
Downloads artifacts from SVN, verifies GPG signatures and checksums, runs Apache RAT license checks, builds from source, runs tests, and exercises representative examples.
Generates vote result and release announcement emails scoped to the specific package paths that were part of the voted RC tag.
elijahbenizzy
approved these changes
Apr 25, 2026
The redirect package (sf-hamilton-redirect/) is a thin wrapper that depends on apache-hamilton, forwarding all 23 optional extras so existing sf-hamilton users get the new release seamlessly. Updated scripts/README.md with the full post-vote checklist: promote RC, upload to PyPI, build/upload sf-hamilton redirect, sanity check, send announcements, and merge the release branch back to main.
The pyproject.toml is now a template with VERSION placeholder. A build.sh script stamps in the version, builds, and validates. Release docs updated to use shell variables throughout instead of hardcoded version numbers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump to make the release and call vote from.
Changes
How I tested this
Notes
Checklist