Commit ac9a9aa
Fix PyPI publish workflow: update pinned publish action
The publish step was pinned to a 2021 revision of
pypa/gh-action-pypi-publish, whose bundled twine rejects the
`Metadata-Version: 2.5` that current hatchling emits:
InvalidDistribution: Invalid distribution metadata:
'2.5' is not a valid metadata version
This made the v0.2.3 release fail to publish. Pin the action to v1.14.2
and refresh checkout/setup-python to versions that still run on a
supported Node runtime.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent f579e5a commit ac9a9aa
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
0 commit comments