File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11twine
2+
3+ # NOTE: `pkginfo` is a transitive dependency for us that is coming from Twine.
4+ # NOTE: It is declared here only to avoid installing a broken combination of
5+ # NOTE: the distribution packages. This should be removed once a fixed version
6+ # NOTE: of Twine is out.
7+ # Refs:
8+ # * https://github.com/pypa/gh-action-pypi-publish/issues/107
9+ # * https://github.com/pypa/twine/issues/940
10+ # * https://github.com/pypa/twine/pull/941
11+ pkginfo != 1.9.0
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ keyring==23.11.0
3535more-itertools==9.0.0
3636 # via jaraco-classes
3737pkginfo==1.9.2
38- # via twine
38+ # via
39+ # -r requirements/runtime.in
40+ # twine
3941pycparser==2.21
4042 # via cffi
4143pygments==2.13.0
You can’t perform that action at this time.
0 commit comments