From 7a7976677e7c56192be22b78d2c9e800475a3592 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 22 Feb 2022 21:28:34 +0100 Subject: [PATCH] Run build in no-isolation mode. --- .github/workflows/Package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 0f2756d..dbb55ba 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -66,11 +66,11 @@ jobs: - name: 🔨 [build] Build Python package (source distribution) if: inputs.requirements == '' - run: python -m build --sdist + run: python -m build --no-isolation --sdist - name: 🔨 [build] Build Python package (binary distribution - wheel) if: inputs.requirements == '' - run: python -m build --wheel + run: python -m build --no-isolation --wheel # setuptools