sr-rs/docker/entrypoints/python-build.sh

5 lines
59 B
Bash

#!/usr/bin/env bash
set -euo pipefail
make wheel
exec "$@"