From f0ff2fe73917c9afabfce64675030ef7f3f3739e Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 1 Jan 2026 10:41:17 -0500 Subject: [PATCH] Pin twine version --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a9765d1..3dbbf0e 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,9 @@ commands = [testenv:upload] skip_install = true deps = - twine + # TODO: Unpin when issue with twine 6.2.0 is fixed: + # ERROR InvalidDistribution: Metadata is missing required fields: Name, Version. + twine==6.1.0 commands = {envpython} -m twine upload {toxinidir}/dist/*