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 3cdf64c commit 73f2977Copy full SHA for 73f2977
1 file changed
.github/workflows/build-python-wheels.yml
@@ -78,7 +78,7 @@ jobs:
78
if [[ -f "$jar" ]]; then
79
rm -f "$jar"
80
echo " - Removed: $(basename "$jar")"
81
- ((EXCLUSION_COUNT++))
+ EXCLUSION_COUNT=$((EXCLUSION_COUNT + 1))
82
fi
83
done
84
0 commit comments