From 5cbf12a9b63fd37985a4525617b46576b8ac3a7b Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 21 May 2024 11:08:23 +0100 Subject: [PATCH] Workaround for release error in v70 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e6fc063af1..c6d7068907 100644 --- a/tox.ini +++ b/tox.ini @@ -91,6 +91,7 @@ description = publish the package to PyPI and GitHub skip_install = True deps = build + pyproject-hooks!=1.1 # workaround for pypa/setuptools#4333 twine>=3 jaraco.develop>=7.1 pass_env =