We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec87981 commit a422760Copy full SHA for a422760
.github/workflows/build_wheels.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Apply patches
22
run: cat $(ls patches/*.patch | sort) | patch -p1 -N
23
- name: Build sdist
24
- run: pipx run poetry build -f sdist
+ run: pip3 install build && python3 -m build -s .
25
26
- uses: actions/upload-artifact@v4
27
with:
0 commit comments