Skip to content

Commit 97c2977

Browse files
committed
Only build wheel in CI check too
1 parent 6ffdeb9 commit 97c2977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py
234234
cat pyproject.toml
235-
uv build
235+
uv build --sdist
236236
# Just in case, undo the changes to `pyproject.toml`
237237
git restore --staged . && git restore .
238238
- name: Check included files in source distribution

0 commit comments

Comments
 (0)