From a8d734039b5071142a51930b46207de7cc902c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maik=20Fr=C3=B6be?= Date: Fri, 20 Oct 2023 16:02:27 +0200 Subject: [PATCH] mf --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95dc234..bc7ffba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: uses: codecov/codecov-action@v3 if: matrix.python == '3.11' with: - fail_ci_if_error: false + fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} python-publish: name: "🚀 Publish Python wheels"