Skip to content

Commit 033c73d

Browse files
committed
ci: use uv to build sdist
Why not.
1 parent 1cab243 commit 033c73d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/sdist.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20+
- name: Install uv
21+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
22+
with:
23+
version: "0.8.11"
24+
2025
- name: Build sdist
2126
run: |
22-
python -m pip install -r ci/requirements.txt
23-
python setup.py sdist
27+
uv build --sdist
2428
2529
- name: Upload sdist
2630
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)