mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
📌📦 Pin pkginfo to v1.12 @ runtime deps
Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
committed by
Sviatoslav Sydorenko
parent
ff2b051b0a
commit
138a1215a3
@@ -1,5 +1,10 @@
|
|||||||
twine ~= 6.0
|
twine ~= 6.0
|
||||||
|
|
||||||
|
# NOTE: 1.12.0 and later enable support for metadata 2.4
|
||||||
|
# NOTE: This can be dropped once twine stops using pkginfo
|
||||||
|
# Ref: https://github.com/pypa/twine/pull/1180
|
||||||
|
pkginfo ~= 1.12.0
|
||||||
|
|
||||||
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
||||||
# NOTE: as well as PEP 740 attestations.
|
# NOTE: as well as PEP 740 attestations.
|
||||||
id ~= 1.0
|
id ~= 1.0
|
||||||
|
|||||||
@@ -66,8 +66,10 @@ packaging==24.1
|
|||||||
# -r runtime.in
|
# -r runtime.in
|
||||||
# pypi-attestations
|
# pypi-attestations
|
||||||
# twine
|
# twine
|
||||||
pkginfo==1.10.0
|
pkginfo==1.12.0
|
||||||
# via twine
|
# via
|
||||||
|
# -r runtime.in
|
||||||
|
# twine
|
||||||
platformdirs==4.2.2
|
platformdirs==4.2.2
|
||||||
# via sigstore
|
# via sigstore
|
||||||
pyasn1==0.6.0
|
pyasn1==0.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user