From bd2fe5f7578bcca341b45d92152aff9e02abbd5f Mon Sep 17 00:00:00 2001 From: Tom Most Date: Sun, 7 Jul 2024 16:49:35 -0700 Subject: [PATCH] Disable isolation --- .github/actions/build-dist/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-dist/action.yml b/.github/actions/build-dist/action.yml index 8210603..e29ce82 100644 --- a/.github/actions/build-dist/action.yml +++ b/.github/actions/build-dist/action.yml @@ -14,7 +14,8 @@ runs: - run: pip install build twine shell: bash - - run: python3 -m build + # We must disable isolation due to use of backend-path. + - run: python3 -m build --no-isolation shell: bash - run: twine check dist/*.*