mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Run build in no-isolation mode.
This commit is contained in:
4
.github/workflows/Package.yml
vendored
4
.github/workflows/Package.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user