File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,11 @@ jobs:
2323 run : uv python install 3.14
2424 - name : Build
2525 run : uv build
26+ # TODO: Implement smoke tests
2627 # Check that basic features work and we didn't miss to include crucial files
27- - name : Smoke test (wheel)
28- run : uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
29- - name : Smoke test (source distribution)
30- run : uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
28+ # - name: Smoke test (wheel)
29+ # run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
30+ # - name: Smoke test (source distribution)
31+ # run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
3132 - name : Publish
3233 run : uv publish
Original file line number Diff line number Diff line change 11[project ]
22name = " datanomy"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Explore the anatomy of your columnar data files (Parquet, Arrow, and more)"
55readme = " README.md"
66authors = [
You can’t perform that action at this time.
0 commit comments