We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkginfo==1.9.0
1 parent c54db9c commit 0b69a8cCopy full SHA for 0b69a8c
requirements/runtime.in
@@ -1 +1,11 @@
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
requirements/runtime.txt
@@ -35,7 +35,9 @@ keyring==23.11.0
35
more-itertools==9.0.0
36
# via jaraco-classes
37
pkginfo==1.9.2
38
- # via twine
+ # via
39
+ # -r requirements/runtime.in
40
+ # twine
41
pycparser==2.21
42
# via cffi
43
pygments==2.13.0
0 commit comments