We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96961af commit 752b88eCopy full SHA for 752b88e
1 file changed
.github/workflows/wheels.yml
@@ -42,10 +42,12 @@ jobs:
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v5
45
+ - name: Install uv
46
+ uses: astral-sh/setup-uv@v6
47
- name: Install libsemigroups
48
run: source etc/make-libsemigroups.sh && sudo make install
49
- name: Build SDist
- run: pipx run build --sdist
50
+ run: uv build --sdist
51
- uses: actions/upload-artifact@v4
52
with:
53
name: sdist
0 commit comments