We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffdeb9 commit 97c2977Copy full SHA for 97c2977
1 file changed
.github/workflows/ci.yaml
@@ -232,7 +232,7 @@ jobs:
232
run: |
233
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py
234
cat pyproject.toml
235
- uv build
+ uv build --sdist
236
# Just in case, undo the changes to `pyproject.toml`
237
git restore --staged . && git restore .
238
- name: Check included files in source distribution
0 commit comments