Commit d770166
authored
fix: include uv.lock in release tarball (#2987)
# Rationale for this change
Include uv.lock in sdist so dependency resolution matches the release
branch.
## Are these changes tested?
Yes
```
> cd /tmp/test-install2/pyiceberg-0.11.0 && uv pip list | grep -i "pytz\|pandas"
pandas 2.3.3
pytz 2025.2
> make test
tests/utils/test_singleton.py::test_singleton PASSED [ 99%]
tests/utils/test_singleton.py::test_singleton_transform PASSED [ 99%]
tests/utils/test_truncate.py::test_upper_bound_string_truncation PASSED [ 99%]
tests/utils/test_truncate.py::test_upper_bound_binary_truncation PASSED [100%]
=============== 3505 passed, 1481 deselected in 68.44s (0:01:08) ===============
```
## Are there any user-facing changes?
No1 parent 5a6df46 commit d770166
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments