Merged
Conversation
- Add test.yml workflow (lint + pytest on Python 3.10-3.12) - Add release.yml workflow (python-semantic-release + PyPI publish via OIDC) - Add semantic_release config to pyproject.toml - Add project.urls metadata - Bump version to 0.3.0 to match latest PyPI release Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
Summary
test.ymlworkflow: ruff lint + pytest on Python 3.10, 3.11, 3.12release.ymlworkflow: python-semantic-release v9 + PyPI publish via OIDC trusted publisher[tool.semantic_release]config to pyproject.toml withversion_variablesto keep__init__.pyin sync[project.urls]metadataSetup Required (manual steps after merge)
OpenAdaptAIopenadapt-consiliumrelease.ymlreposcope asADMIN_TOKENin repo Settings → Secretstestas a required status check onmainHow it works
main, semantic-release parses conventional commit messages to determine version bump__init__.py, creates git tag, builds wheel, publishes to PyPI and GitHub Releasesmajor_on_zero = falseprevents 0.x → 1.0 jumps onfeat:commits🤖 Generated with Claude Code