From 4b402e05934a67fb6001e47294672d0fa3b5f1cb Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 1 Nov 2020 20:44:38 +0000 Subject: [PATCH] Experiment --- cibuildwheel/linux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index c28bd6b2..fcec1553 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -259,6 +259,7 @@ def build(options: BuildOptions) -> None: docker.copy_out(container_output_dir, options.output_dir) log.step_end() except subprocess.CalledProcessError as error: + print(f'::error::{error}') print(f'Command {error.cmd} failed with code {error.returncode}. {error.stdout}') troubleshoot(options.package_dir, error) exit(1)