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 12e9dec commit 38ddcd9Copy full SHA for 38ddcd9
.github/workflows/wasm.yml
@@ -60,7 +60,7 @@ jobs:
60
git config user.name "GitHub Actions"
61
git config user.email "[email protected]"
62
63
- git add wheels
+ git add -f wheels
64
# Do nothing if no changes
65
if git diff --cached --quiet; then
66
echo "No new wheels to commit"
0 commit comments