1.3.0, plus a URL for the demo and the badges a visitor reads first - #11
Merged
Conversation
The header-typo warnings and the PyPI page fix are on master and not on PyPI, where 1.2.0 predates both. So a pip user still gets silent header typos and a project page whose links 404. A minor rather than a patch on two counts. Meter.readable and theory.KEY_RE are new public names, and unreadable header values now produce diagnostics that did not exist before, which changes what `check` reports for anyone counting warnings in CI. No notation changes: 6,321 files compile to exactly the music they did in 1.0.0. This release also carries the workflow's skip-existing, which is what has been blocking the GitHub Release notes for 1.0.1, 1.1.0 and 1.2.0 -- a run whose artifacts are already on PyPI now completes instead of dying on duplicates. The README's version line was caught by the test written for it one commit ago: it still said 1.2 against a 1.3.0 tree, which is the drift that test exists to find. 671 tests, 7 specs, ruff clean, both artifacts built and passing twine check. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PBAjxy7cD6DzJ72NX8TJEc
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.
First, the thing that is blocking users
1.3.0 is tagged but not published. I verified by installing rather than by
reading the API:
pip install --upgrade plainsongstill gives 1.2.0, andthe header-typo warnings are absent from it.
The run for
v1.3.0passed the tag check, the tests and the build, then failedat the Trusted Publisher step — same as 1.0.1, 1.1.0 and 1.2.0. The tag is
correct (
2d552a5, master); only the upload is blocked.What is in this PR
1.3.0.
Meter.readableandtheory.KEY_REare new public names, andunreadable header values now produce diagnostics that did not exist before —
which changes what
checkreports for anyone counting warnings in CI. Hence aminor. No notation changes: 6,321 files compile to exactly the music they did in
1.0.0.
It also carries the workflow's
skip-existing, which is what has been blockingthe GitHub Release notes for three releases. Once it lands, re-running those runs
produces their releases instead of dying on duplicates.
The demo gets a URL.
docs/index.htmlredirects the Pages root to thebrowser demo, so "try it" is a link rather than "download this file and open it"
— which is a weak call to action for the thing this project most wants people to
try.
docs/.nojekyllstops Pages running the markdown through Jekyll.The redirect is meta refresh plus a canonical link plus visible anchors, so
it works with scripting disabled and still leaves something to click if
everything fails. Loaded in headless Chromium to confirm it lands on the demo,
and the demo confirmed still working once there.
Badges. Version, supported Pythons, CI, dependencies-none, licence. They are
the first health signal anyone reads and there were none.
[project.urls]gainsChangelog, Issues and a direct link to
AGENTS.md, which PyPI renders as sidebarlinks.
The version test earned itself
The README's status line still said "Version 1.2" against a 1.3.0 tree. The test
written for it one commit earlier failed on the first run of the bump — which is
exactly why it exists, since that line had silently claimed "1.0" while PyPI
shipped 1.2.0.
Verification
671 tests, 7 specs, ruff clean,
6339 file(s) checked,6321 file(s) compile exactly as recorded, both artifacts built and passingtwine check, and theREADME link test green.
After merging
The tag already exists and points at the right commit, so this is upload-only.
Setting up the Trusted Publisher would replace all of it with a re-run of the
failed workflow.
🤖 Generated with Claude Code
https://claude.ai/code/session_01PBAjxy7cD6DzJ72NX8TJEc