Skip to content

Commit 575350b

Browse files
committed
chore: dev config
1 parent 9763589 commit 575350b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@ build:
294294
@make clean
295295
uv build packages/hop3-server
296296
uv build packages/hop3-cli
297+
uv build packages/hop3-installer
298+
uv build packages/hop3-testing
299+
uv build packages/hop3-tui
300+
301+
## Publish to PyPI
302+
publish: clean build
303+
twine upload dist/*
297304

298305
## Generate SBOM for CRA compliance
299306
generate-sbom:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ markers = [
158158
"e2e: End-to-end tests using hop3-cli binary (auto-starts local server)",
159159
"docker: E2E tests using Docker containers (slow, run with make test-e2e)",
160160
"integration: Integration tests using real database (state-based testing)",
161+
"slow: Tests that are slow to run (require substantial setup or Docker)",
161162
]
162163

163164
# ------------------------------------

0 commit comments

Comments
 (0)