Skip to content

fix: execute the release version check as one Python program#11

Merged
josephjohncox merged 1 commit into
mainfrom
fix/release-version-check
Jul 20, 2026
Merged

fix: execute the release version check as one Python program#11
josephjohncox merged 1 commit into
mainfrom
fix/release-version-check

Conversation

@josephjohncox

Copy link
Copy Markdown
Owner

Summary

The v1.0.0 release run exposed a shell quoting bug: the multiline python -c invocation passed the program as three arguments, so Python executed only import tomllib and the version appeared empty. This change passes one multiline Python program and preserves the exact tag/version gate.

Validation

  • reproduced the failed argument splitting locally
  • corrected command resolves 1.0.0
  • 36 documentation and artifact-policy tests passed

The failed release did not build or publish any artifacts; all downstream jobs were skipped.

@josephjohncox
josephjohncox merged commit 7657654 into main Jul 20, 2026
15 checks passed
@josephjohncox
josephjohncox deleted the fix/release-version-check branch July 20, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant