From c5bbfb3cc6f35762e151e65a9fff88c9b6e5e21f Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 3 Nov 2020 09:15:22 +0000 Subject: [PATCH] ...and make that step fail --- .github/workflows/sample_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample_build.yml b/.github/workflows/sample_build.yml index 5e15218e..99791631 100644 --- a/.github/workflows/sample_build.yml +++ b/.github/workflows/sample_build.yml @@ -44,4 +44,4 @@ jobs: cd sample_project # sabotage the project to cause an error echo '>' >> setup.py - python -m cibuildwheel --output-dir wheelhouse || true + python -m cibuildwheel --output-dir wheelhouse