Skip to content

Commit 4bf068b

Browse files
committed
Add failure to uploads in deploy job as well
1 parent 0a4634f commit 4bf068b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
name: ${{ github.job }}-${{ matrix.wheel }}
5555
path: ./wheelhouse/*.whl
56+
if-no-files-found: fail
5657
retention-days: 1
5758

5859
build-linux-py3:
@@ -98,6 +99,7 @@ jobs:
9899
with:
99100
name: ${{ github.job }}-${{ matrix.wheel }}
100101
path: ./wheelhouse/*.whl
102+
if-no-files-found: fail
101103
retention-days: 1
102104

103105
build-sdist:
@@ -130,6 +132,7 @@ jobs:
130132
path: |
131133
./dist/*.tar.gz
132134
./dist/*.tar.gz.md5
135+
if-no-files-found: fail
133136
retention-days: 1
134137

135138
deploy:

0 commit comments

Comments
 (0)