mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-01-30 01:29:42 -05:00
📦 Enable metadata 2.4 support in Twine
Ref: https://github.com/pypa/twine/pull/1180
This commit is contained in:
parent
10df67dae0
commit
29f40bd9f9
2 changed files with 6 additions and 1 deletions
|
@ -13,3 +13,7 @@
|
||||||
# remain in Git. #
|
# remain in Git. #
|
||||||
# #
|
# #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
# NOTE: Twine 6.1 needs packaging 24.2 to support metadata 2.4
|
||||||
|
# Ref: https://github.com/pypa/twine/pull/1180
|
||||||
|
packaging >= 24.2
|
||||||
|
|
|
@ -67,8 +67,9 @@ multidict==6.0.5
|
||||||
# via grpclib
|
# via grpclib
|
||||||
nh3==0.2.17
|
nh3==0.2.17
|
||||||
# via readme-renderer
|
# via readme-renderer
|
||||||
packaging==24.1
|
packaging==24.2
|
||||||
# via
|
# via
|
||||||
|
# -c runtime-constraints.in
|
||||||
# -r runtime.in
|
# -r runtime.in
|
||||||
# pypi-attestations
|
# pypi-attestations
|
||||||
# twine
|
# twine
|
||||||
|
|
Loading…
Add table
Reference in a new issue