cockpit/tools/make-wheel

10 lines
185 B
Bash
Executable File

#!/bin/sh
set -eu
cd "$(realpath -m "$0"/../..)"
tools/systemd_ctypes
rm -rf tmp/wheel build
python3 -m build --no-isolation --wheel --outdir tmp/wheel . >&2
realpath tmp/wheel/*.whl