We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65da34c commit 244afbaCopy full SHA for 244afba
1 file changed
.github/workflows/wheels.yml
@@ -26,6 +26,8 @@ jobs:
26
27
steps:
28
- uses: actions/checkout@v5
29
+ - name: Install uv
30
+ uses: astral-sh/setup-uv@v6
31
32
# Used to host cibuildwheel
33
- name: Build wheel
@@ -42,10 +44,12 @@ jobs:
42
44
runs-on: ubuntu-latest
43
45
46
47
48
49
- name: Install libsemigroups
50
run: source etc/make-libsemigroups.sh && sudo make install
51
- name: Build SDist
- run: pipx run build --sdist
52
+ run: uv build --sdist
53
- uses: actions/upload-artifact@v5
54
with:
55
name: sdist
0 commit comments