From 217ac8985345e1a50453052cbae72d38ffca0b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristram=20Gr=C3=A4bener?= Date: Wed, 23 Oct 2024 17:30:51 +0200 Subject: [PATCH] python: error in CI if there is no wheel is found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tristram Gräbener --- .github/workflows/publish_pypi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish_pypi.yaml b/.github/workflows/publish_pypi.yaml index 928b126..cf8f2cd 100644 --- a/.github/workflows/publish_pypi.yaml +++ b/.github/workflows/publish_pypi.yaml @@ -55,6 +55,7 @@ jobs: with: name: wheels-linux-${{ matrix.platform.target }} path: python/dist + if-no-files-found: error musllinux: runs-on: ${{ matrix.platform.runner }} @@ -87,6 +88,7 @@ jobs: with: name: wheels-musllinux-${{ matrix.platform.target }} path: python/dist + if-no-files-found: error windows: runs-on: ${{ matrix.platform.runner }} @@ -115,6 +117,7 @@ jobs: with: name: wheels-windows-${{ matrix.platform.target }} path: python/dist + if-no-files-found: error macos: runs-on: ${{ matrix.platform.runner }} @@ -142,6 +145,7 @@ jobs: with: name: wheels-macos-${{ matrix.platform.target }} path: python/dist + if-no-files-found: error release: name: Release