We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047145f commit edf9a70Copy full SHA for edf9a70
1 file changed
.github/workflows/test-redistribute.yml
@@ -25,10 +25,10 @@ jobs:
25
# Issue ref: https://github.com/actions/setup-python/issues/436
26
# cache: "pip"
27
# cache-dependency-path: pyproject.toml
28
- - name: Install uv
29
- uses: astral-sh/setup-uv@v7
+ - name: Install build dependencies
+ run: pip install build
30
- name: Build source distribution
31
- run: uv build --sdist
+ run: python -m build --sdist
32
- name: Decompress source distribution
33
run: |
34
cd dist
0 commit comments