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