We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cab243 commit 033c73dCopy full SHA for 033c73d
1 file changed
.github/workflows/sdist.yml
@@ -17,10 +17,14 @@ jobs:
17
with:
18
persist-credentials: false
19
20
+ - name: Install uv
21
+ uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
22
+ with:
23
+ version: "0.8.11"
24
+
25
- name: Build sdist
26
run: |
- python -m pip install -r ci/requirements.txt
- python setup.py sdist
27
+ uv build --sdist
28
29
- name: Upload sdist
30
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments