httpx/scripts/build
2025-12-10 17:41:54 +04:00

8 lines
91 B
Bash
Executable File

#!/bin/sh -e
set -x
uv run python -m build
uv run twine check dist/*
uv run mkdocs build