Skip to content

Commit

Permalink
python: error in CI if there is no wheel is found
Browse files Browse the repository at this point in the history
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
  • Loading branch information
Tristramg committed Oct 28, 2024
1 parent 6b3e9e7 commit 217ac89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -142,6 +145,7 @@ jobs:
with:
name: wheels-macos-${{ matrix.platform.target }}
path: python/dist
if-no-files-found: error

release:
name: Release
Expand Down

0 comments on commit 217ac89

Please sign in to comment.