Utility for various tasks around creating Galaxy releases. Currently at version 0.3.2, with Python >=3.8 required. Maintained by the Galaxy Project; release cadence is irregular.
pip install galaxy-release-utilVerified import paths — ran on the pinned version, not inferred.
Create a point release for Galaxy version 22.01 to 22.01.1 using a GitHub token from environment.
Set the GITHUB_TOKEN environment variable or pass it explicitly. Token must have 'repo' scope.
Remove the `dry_run` argument from calls; use conditional logic if needed.
Use underscores in imports: `from galaxy_release_util import ...`
No dependency data recorded yet.