Skip to content

Fix annotated tag verification in PyPI workflow - #23

Merged
ibondarenko1 merged 1 commit into
mainfrom
codex/fix-pypi-tag-verification
Aug 21, 2026
Merged

Fix annotated tag verification in PyPI workflow#23
ibondarenko1 merged 1 commit into
mainfrom
codex/fix-pypi-tag-verification

Conversation

@ibondarenko1

Copy link
Copy Markdown
Owner

The first PyPI publication run failed before asset download because v0.1.0 is an annotated tag: the Git ref API returns the tag-object SHA, while the workflow compared it directly with the frozen commit SHA. This change peels annotated tag objects to their commit, then verifies the existing frozen commit exactly. It does not change the v0.1.0 tag, release, assets, checksums, package version, or publish action.

@ibondarenko1
ibondarenko1 merged commit ae17e16 into main Aug 21, 2026
5 checks passed
@ibondarenko1
ibondarenko1 deleted the codex/fix-pypi-tag-verification branch August 21, 2026 01:11
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