mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-12-26 17:12:08 -05:00
67339c736f
This concerns both direct (`twine`) and indirect (`pkginfo`) deps, provided there's no broken versions to exclude.
20 lines
1.3 KiB
Text
20 lines
1.3 KiB
Text
###############################################################################
|
|
# #
|
|
# This file is only meant to exclude broken dependency versions, not feature #
|
|
# dependencies. #
|
|
# #
|
|
# GUIDELINES: #
|
|
# 1. Only list PyPI project versions that need to be excluded using `!=` #
|
|
# and `<`. #
|
|
# 2. It is allowed to have transitive dependency limitations in this file. #
|
|
# 3. Apply bare minimum constraints under narrow conditions, use #
|
|
# environment markers if possible. E.g. `; python_version < "3.12"`. #
|
|
# 4. Whenever there are no constraints, let the file and this header #
|
|
# remain in Git. #
|
|
# #
|
|
###############################################################################
|
|
|
|
# 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
|