Skip to content

Commit 10d4d63

Browse files
committed
fix
Signed-off-by: Chad Dombrova <chadrik@gmail.com>
1 parent 6ebf3e7 commit 10d4d63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ jobs:
176176
# Commit all changed files back to the repository
177177
- uses: stefanzweifel/git-auto-commit-action@v6
178178
commit_message: "Automatic update to python stubs"
179+
with:
180+
# if stub validation fails we want to upload the stubs for users to review
181+
if: success() || failure()
179182

180183
# ---------------------------------------------------------------------------
181184
# Linux ARM Wheels

0 commit comments

Comments
 (0)