Run build in no-isolation mode.

This commit is contained in:
Patrick Lehmann
2022-02-22 21:28:34 +01:00
parent 4579381b78
commit 7a7976677e

View File

@@ -66,11 +66,11 @@ jobs:
- name: 🔨 [build] Build Python package (source distribution) - name: 🔨 [build] Build Python package (source distribution)
if: inputs.requirements == '' if: inputs.requirements == ''
run: python -m build --sdist run: python -m build --no-isolation --sdist
- name: 🔨 [build] Build Python package (binary distribution - wheel) - name: 🔨 [build] Build Python package (binary distribution - wheel)
if: inputs.requirements == '' if: inputs.requirements == ''
run: python -m build --wheel run: python -m build --no-isolation --wheel
# setuptools # setuptools