Skip to content

Commit d770166

Browse files
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? No
1 parent 5a6df46 commit d770166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ recursive-include tests *
2626

2727
# Include development files
2828
include Makefile
29+
include uv.lock
2930
recursive-include dev *
3031

3132
# Exclude build artifacts

0 commit comments

Comments
 (0)