#!/usr/bin/env bash # Build sdist (.tar.gz) and wheel (.whl) for i2p-python. # Runs inside an isolated Python container — never on bare metal. set -euo pipefail echo "=== Building sdist and wheel ===" python3 -m build --outdir /out echo "=== Artifacts ===" ls -lh /out/