Commit ccec6e3
committed
fix(release): bump pypa/gh-action-pypi-publish to v1.14.0
v1.11.0 ships an older twine that only understands Metadata-Version up
to 2.3. Modern hatchling produces wheels with Metadata-Version 2.4, so
twine's pre-upload check fails with "InvalidDistribution: Metadata is
missing required fields: Name, Version" even though both fields are
present (twine just can't parse the newer metadata format).
Verified live: tag v0.1.4.dev0 reached the publish step and failed at
this check (run 25898978723). Bumping to v1.14.0 brings a recent twine
that handles 2.4 metadata.1 parent 2f9869d commit ccec6e3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments