File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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
299306generate-sbom :
Original file line number Diff line number Diff 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# ------------------------------------
You can’t perform that action at this time.
0 commit comments