Added tag-driven release process - #58
Open
joshterrill wants to merge 8 commits into
Open
Conversation
Combines the Python 3.14 support work with the configurable neutralization power changes. Version stays at 0.6.1.dev0 so the release goes out as a PEP 440 pre-release. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Reverts the changes merged in 30aec1a from t-239-neutralization-power. The version bump in pyproject.toml is untouched, so the release branch stays at 0.6.1.dev*. Co-Authored-By: Claude Opus 5 (1M context) <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.
Combines two in-flight branches into a single 0.6.1 release line:
josh/python3.14-upgrade— tag-driven release workflow,RELEASING.md,CI hygiene, refreshed
poetry.lock, and acastfix invariance_normalizefor mypy.
Note: Python 3.14 was already supported and already in the test matrix as of
#56. This PR does not add 3.14 support — it quotes the matrix entries so YAML
parses them as strings, and advertises the supported versions via trove
classifiers.
Release process
deploynow triggers on tags instead of every push tomaster. Releasetags are bare version numbers (
0.6.1,0.6.1.dev0); avprefix is matchedonly so the new
verify-tagjob can fail with an explanatory error.verify-tagjob checks that the tag matchespyproject.toml's version,and that final (non-pre-release) tags point at a commit on
master.deployis gated on bothverify-tagand the full test matrix, so a redsuite on the tagged commit blocks the upload. No
--skip-existing: aduplicate version is a mistake worth failing on.
RELEASING.mddocuments the whole flow.CI hygiene
python-versionmatrix entries (3.11→"3.11") so YAML doesn'tparse them as floats.
actions/checkoutv2 → v6 andactions/setup-pythonv4 → v6.Programming Language :: Python :: 3.11–3.14classifiers.Verification
pytest— 73 passedmypy numerai_tools— no issuesruff check/ruff format --check— clean