From ff5c13e759da554c607d6833ad447b25d0018620 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Thu, 7 Sep 2023 15:53:11 +0200 Subject: [PATCH] tox: need to build with isolation in check-release env as well. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 16c4de19..3f82c641 100644 --- a/tox.ini +++ b/tox.ini @@ -125,7 +125,7 @@ commands = # we build the change log as news entries might break # the README that is displayed on PyPI towncrier build --version=100.0.0 --yes - python -m build --sdist --no-isolation + python -m build --sdist twine check dist/* [testenv:circular]