Skip to content

Commit edf9a70

Browse files
committed
Keep re-dist. tests uv-free, simulating downstream
1 parent 047145f commit edf9a70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-redistribute.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
# Issue ref: https://github.com/actions/setup-python/issues/436
2626
# cache: "pip"
2727
# cache-dependency-path: pyproject.toml
28-
- name: Install uv
29-
uses: astral-sh/setup-uv@v7
28+
- name: Install build dependencies
29+
run: pip install build
3030
- name: Build source distribution
31-
run: uv build --sdist
31+
run: python -m build --sdist
3232
- name: Decompress source distribution
3333
run: |
3434
cd dist

0 commit comments

Comments
 (0)