mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
📦 Only keep lower bounds @ input requirements
This concerns both direct (`twine`) and indirect (`pkginfo`) deps, provided there's no broken versions to exclude.
This commit is contained in:
@@ -17,4 +17,4 @@
|
||||
# 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
|
||||
pkginfo >= 1.12.0
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
-c runtime-constraints.in # limits known broken versions
|
||||
|
||||
twine ~= 6.0
|
||||
# NOTE: v6 is needed to support metadata v2.4
|
||||
twine >= 6.0
|
||||
|
||||
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
||||
# NOTE: as well as PEP 740 attestations.
|
||||
|
||||
Reference in New Issue
Block a user