Skip to content

Commit 674c5da

Browse files
committed
fix
Signed-off-by: Chad Dombrova <[email protected]>
1 parent 6ebf3e7 commit 674c5da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ jobs:
175175

176176
# Commit all changed files back to the repository
177177
- uses: stefanzweifel/git-auto-commit-action@v6
178-
commit_message: "Automatic update to python stubs"
178+
with:
179+
commit_message: "Automatic update to python stubs"
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)