Skip to content

Commit 244afba

Browse files
Use uv to build sdist
1 parent 65da34c commit 244afba

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v5
29+
- name: Install uv
30+
uses: astral-sh/setup-uv@v6
2931

3032
# Used to host cibuildwheel
3133
- name: Build wheel
@@ -42,10 +44,12 @@ jobs:
4244
runs-on: ubuntu-latest
4345
steps:
4446
- uses: actions/checkout@v5
47+
- name: Install uv
48+
uses: astral-sh/setup-uv@v6
4549
- name: Install libsemigroups
4650
run: source etc/make-libsemigroups.sh && sudo make install
4751
- name: Build SDist
48-
run: pipx run build --sdist
52+
run: uv build --sdist
4953
- uses: actions/upload-artifact@v5
5054
with:
5155
name: sdist

0 commit comments

Comments
 (0)