From f5ddea59a55879cbb013c0f44a759d003c7fcc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 12 Jul 2024 13:55:27 +0200 Subject: [PATCH] Upgrade twine to fix https://github.com/pypa/twine/issues/977 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f4eecdcc..c4519f3e 100644 --- a/tox.ini +++ b/tox.ini @@ -85,7 +85,7 @@ deps = [testenv:twinecheck] basepython = python3 deps = - twine==4.0.2 + twine==5.1.1 build==0.10.0 commands = python -m build --sdist