File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
twine
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
35
35
more-itertools==9.0.0
36
36
# via jaraco-classes
37
37
pkginfo==1.9.2
38
- # via twine
38
+ # via
39
+ # -r requirements/runtime.in
40
+ # twine
39
41
pycparser==2.21
40
42
# via cffi
41
43
pygments==2.13.0
You can’t perform that action at this time.
0 commit comments