mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-02-05 04:29:35 -05:00
Merge pull request #327 from webknjaz/maintenance/twine-6.1-pep639
This commit is contained in:
commit
1995f2e046
3 changed files with 9 additions and 12 deletions
|
@ -14,7 +14,6 @@
|
|||
# #
|
||||
###############################################################################
|
||||
|
||||
# NOTE: 1.12.0 and later enable support for metadata 2.4
|
||||
# NOTE: This can be dropped once twine stops using pkginfo
|
||||
# NOTE: Twine 6.1 needs packaging 24.2 to support metadata 2.4
|
||||
# Ref: https://github.com/pypa/twine/pull/1180
|
||||
pkginfo >= 1.12.0
|
||||
packaging >= 24.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-c runtime-constraints.in # limits known broken versions
|
||||
|
||||
# NOTE: v6 is needed to support metadata v2.4
|
||||
twine >= 6.0
|
||||
# NOTE: v6.1 is needed to support metadata v2.4 including PEP 639
|
||||
twine >= 6.1
|
||||
|
||||
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
||||
# NOTE: as well as PEP 740 attestations.
|
||||
|
|
|
@ -38,6 +38,7 @@ id==1.4.0
|
|||
# via
|
||||
# -r runtime.in
|
||||
# sigstore
|
||||
# twine
|
||||
idna==3.7
|
||||
# via
|
||||
# email-validator
|
||||
|
@ -66,14 +67,11 @@ multidict==6.0.5
|
|||
# via grpclib
|
||||
nh3==0.2.17
|
||||
# via readme-renderer
|
||||
packaging==24.1
|
||||
# via
|
||||
# -r runtime.in
|
||||
# pypi-attestations
|
||||
# twine
|
||||
pkginfo==1.12.0
|
||||
packaging==24.2
|
||||
# via
|
||||
# -c runtime-constraints.in
|
||||
# -r runtime.in
|
||||
# pypi-attestations
|
||||
# twine
|
||||
platformdirs==4.2.2
|
||||
# via sigstore
|
||||
|
@ -141,7 +139,7 @@ six==1.16.0
|
|||
# via python-dateutil
|
||||
tuf==5.0.0
|
||||
# via sigstore
|
||||
twine==6.0.1
|
||||
twine==6.1.0
|
||||
# via -r runtime.in
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
|
|
Loading…
Add table
Reference in a new issue