Skip to content

Commit a422760

Browse files
committed
Use python-build
1 parent ec87981 commit a422760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Apply patches
2222
run: cat $(ls patches/*.patch | sort) | patch -p1 -N
2323
- name: Build sdist
24-
run: pipx run poetry build -f sdist
24+
run: pip3 install build && python3 -m build -s .
2525

2626
- uses: actions/upload-artifact@v4
2727
with:

0 commit comments

Comments
 (0)