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 41707eb commit b196dc9Copy full SHA for b196dc9
build-wheels.sh
@@ -52,6 +52,8 @@ else
52
fi
53
54
55
+git config --global --add safe.directory "$GITHUB_WORKSPACE"
56
+
57
# Compile wheels
58
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
59
[ -d "$PYBIN" ] || continue
0 commit comments