From 07bd298ee33ed3e908dbdf63ffd5611322afcafc Mon Sep 17 00:00:00 2001 From: ADBond <48208438+ADBond@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:55:27 +0100 Subject: [PATCH] if you build it --- dev.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev.md b/dev.md index 225709f..4a4a0df 100644 --- a/dev.md +++ b/dev.md @@ -78,3 +78,17 @@ Run test scripts uv run python scripts/getting_started_chdb.py uv run python scripts/getting_started_clickhouse.py ``` + +## Build + +Build package to `dist/` + +```sh +uv build --package splinkclickhouse +``` + +Inspect package contents: + +```sh +mkdir -p tmp && tar -xzvf dist/splinkclickhouse-0.2.3.tar.gz -C tmp/ +```