feat: add release-please and CI/CD workflows for PyPI publishing#2
Merged
Conversation
wyrdbound
commented
Apr 18, 2026
Owner
- Add release-please-config.json and .release-please-manifest.json to bootstrap automated releases from v0.0.0
- Add .github/workflows/release-please.yml to manage release PRs on every push to main
- Add .github/workflows/release.yml to run tests and publish to PyPI via trusted publishing when a GitHub release is published
- Add .github/workflows/ci.yml for continuous integration (tests, linting, type checking, install smoke test)
- Reset pyproject.toml version to 0.0.0 for release-please to manage
- Add release-please-config.json and .release-please-manifest.json to bootstrap automated releases from v0.0.0 - Add .github/workflows/release-please.yml to manage release PRs on every push to main - Add .github/workflows/release.yml to run tests and publish to PyPI via trusted publishing when a GitHub release is published - Add .github/workflows/ci.yml for continuous integration (tests, linting, type checking, install smoke test) - Reset pyproject.toml version to 0.0.0 for release-please to manage
Contributor
There was a problem hiding this comment.
Pull request overview
Adds automated release management and CI/CD pipelines to support Release Please-driven versioning and PyPI publishing via trusted publishing.
Changes:
- Bootstrap Release Please with config + manifest starting from
0.0.0. - Add GitHub Actions workflows for CI (tests/lint/typecheck/install smoke test) and for release publishing to PyPI.
- Update
pyproject.tomlpackage name and reset version for Release Please management.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
release-please-config.json |
Configures Release Please for a Python package and points versioning at pyproject.toml. |
pyproject.toml |
Renames distribution to grimoire-spec and resets version to 0.0.0. |
.release-please-manifest.json |
Initializes manifest version for Release Please. |
.github/workflows/release-please.yml |
Runs Release Please on pushes to main to open/maintain release PRs and create releases. |
.github/workflows/release.yml |
Runs tests on GitHub Release publish and builds/publishes to PyPI using OIDC trusted publishing. |
.github/workflows/ci.yml |
Adds CI jobs for tests, code quality checks, and install/import smoke test. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.