Skip to content

ci: bump gh-action-pypi-publish to v1.14.2 so metadata 2.5 wheels upload - #26

Merged
RobertoIskandarani merged 1 commit into
mainfrom
ci/publish-pypi-twine-metadata-2.5
Aug 28, 2026
Merged

ci: bump gh-action-pypi-publish to v1.14.2 so metadata 2.5 wheels upload#26
RobertoIskandarani merged 1 commit into
mainfrom
ci/publish-pypi-twine-metadata-2.5

Conversation

@RobertoIskandarani

Copy link
Copy Markdown
Contributor

The v0.4.0 publish failed before upload: the build step installs current hatchling/build, which emit core packaging metadata 2.5, while the pinned v1.14.0 publish action bundles a twine that rejects it ('2.5' is not a valid metadata version). v1.14.2 carries twine v7, which accepts 2.5 uploads. The workflow's own twine-check step already passed — only the action's internal check was behind.

Recovery once merged: delete the unpublished v0.4.0 tag + GitHub Release (nothing reached PyPI) and re-run the release flow so the recreated tag carries the bumped action.

The v0.4.0 publish failed before upload: the build step installs current
hatchling/build, which emit core packaging metadata 2.5, while the
pinned v1.14.0 publish action bundles a twine that rejects it
('2.5 is not a valid metadata version'). v1.14.2 carries twine v7,
which accepts 2.5 uploads. The workflow's own twine-check step already
passed — only the action's internal check was behind.
@RobertoIskandarani
RobertoIskandarani merged commit 6ad7d1b into main Aug 28, 2026
14 checks passed
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.

2 participants