Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 5ffff20

Browse files
committed
x
1 parent 802a350 commit 5ffff20

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ test-e2e:
3636
uv run pytest tests/integration
3737

3838
testpub:
39-
rm -fr dist
39+
rm -rf dist packages/cli/dist
4040
uv run pyproject-build
41-
uv run twine upload --repository testpypi dist/*
41+
uv run pyproject-build packages/cli
42+
uv run twine upload --repository testpypi dist/* packages/cli/dist/*
4243

4344
schema:
4445
uv run ./support/openapi/fetch_openapi.py --output ./support/openapi/openapi-new.json

0 commit comments

Comments
 (0)