chore: Fix workflows, update codeowners, and cherry-pick 95f67b5 - Bump python-semantic-release and support release from minor and patch branches (#218)#219
Merged
AlexDanDuna merged 6 commits intoJul 15, 2026
Conversation
…d patch branches (ni#218)
This is currently the owners list on master
rbell517
approved these changes
Jul 14, 2026
rbell517
left a comment
Collaborator
There was a problem hiding this comment.
The change is good. I don't know what to make of the build failures. @spanglerco I might need to lean on you to help if Alex needs help there, I'm in an all day workshop the next two days.
spanglerco
approved these changes
Jul 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR cherry-picks upstream release-automation improvements to support releasing from maintenance (*.x) branches, refreshes ownership metadata, and updates CI/docs tooling pins/targets to keep workflows functioning on supported environments.
Changes:
- Enable multi-branch releases by configuring
python-semantic-releaseformasterand maintenance*.xbranches. - Update GitHub Actions workflow to trigger on
*.xbranches, pinpoetry==1.8.5, bumppython-semantic-release, and publish to PyPI via Twine. - Update Read the Docs build environment (Ubuntu + Python) and refresh CODEOWNERS; document the maintenance-branch patching workflow.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Switches semantic-release config to support master + maintenance branch patterns. |
CONTRIBUTING.md |
Adds guidance for patching older versions via maintenance branches. |
.readthedocs.yaml |
Updates RTD build OS/Python to restore doc builds. |
.github/workflows/python-package.yml |
Expands CI triggers to *.x, pins Poetry, bumps semantic-release, and adds Twine-based PyPI publishing. |
.github/CODEOWNERS |
Updates repository code ownership. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <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.
What does this Pull Request accomplish?
poetryto 1.8.5 (last version to support Py3.8 officially) in the repo workflow, as installing the latest was leading to errors whenpoetry install-ing on Python 3.8.Why should this Pull Request be merged?
Add support for releasing out of maintenance branches, such as the current one - "1.6.x".
What testing has been done?
Testing was done for the PR that was merged in the master branch.