# Setup hook for storing dist folder (wheels/sdists) in a separate output echo "Sourcing python-catch-conflicts-hook.sh" pythonOutputDistPhase() { echo "Executing pythonOutputDistPhase" if [[ -d dist ]]; then mv "dist" "$dist" else cat >&2 <