Skip to content

Commit

Permalink
if you build it
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Sep 17, 2024
1 parent 0eda71e commit 07bd298
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

0 comments on commit 07bd298

Please sign in to comment.