Skip to content

Commit 59fe4e6

Browse files
committed
Add no isolation to build
1 parent cc824a4 commit 59fe4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Build sdist
8585
if: runner.os == 'Linux'
8686
run: |
87-
python -m build --sdist
87+
python -m build --sdist --no-isolation
8888
8989
- name: Set up QEMU
9090
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)