We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebf3e7 commit 674c5daCopy full SHA for 674c5da
.github/workflows/wheel.yml
@@ -175,7 +175,10 @@ jobs:
175
176
# Commit all changed files back to the repository
177
- uses: stefanzweifel/git-auto-commit-action@v6
178
- commit_message: "Automatic update to python stubs"
+ 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()
182
183
# ---------------------------------------------------------------------------
184
# Linux ARM Wheels
0 commit comments