We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc824a4 commit 59fe4e6Copy full SHA for 59fe4e6
.github/workflows/publish.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Build sdist
85
if: runner.os == 'Linux'
86
run: |
87
- python -m build --sdist
+ python -m build --sdist --no-isolation
88
89
- name: Set up QEMU
90
0 commit comments