chess-spectral v1.19.1rc1: prove the rcN → TestPyPI path (no functional change)#885
Merged
Merged
Conversation
…nal change) First release-candidate cut of chess-spectral. The publish + autotag workflows were made rc-aware at v1.19.0 (rcN -> TestPyPI auto-route; autotag skips non-strict-semver) but the rc path was never exercised — every chess-spectral tag so far is a clean release. This rc fires it end-to-end, bringing chess-spectral in line with the srmech / ephemerides-spectral rc-first-to-TestPyPI discipline. - Version 1.19.0 -> 1.19.1rc1 across the SSOT: pyproject.toml, pyproject-pure.toml, chess_spectral/srmech_profile.toml. - No source change. The srmech dependency pin stays >=0.3.1,<0.4 (chess-specific compatibility work, incl. any srmech-line bump, is deferred to a dedicated chess-spectral dev session). Co-Authored-By: Claude Opus 4.8 <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.
chess-spectral v1.19.1rc1 — exercise the rcN → TestPyPI path
First release-candidate cut of chess-spectral. The publish + autotag workflows were already made rc-aware at v1.19.0 (
chess-spectral-vX.Y.ZrcN→ TestPyPI auto-route; autotag skips non-strict-semver) — but the rc path has never been exercised (every chess-spectral tag so far is a clean release). This rc fires it end-to-end, bringing chess-spectral in line with the srmech / ephemerides-spectral rc-first-to-TestPyPI discipline.pyproject.toml,pyproject-pure.toml,chess_spectral/srmech_profile.toml).srmechdependency pin stays>=0.3.1,<0.4— chess-specific compatibility work (incl. any srmech-line bump for rc48) is deferred to a dedicated chess-spectral dev session.After merge: the rc tag pushes manually (autotag skips rc) → publish workflow routes to TestPyPI. Verify with a clean-venv install of
chess-spectral==1.19.1rc1.🤖 Generated with Claude Code