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 fd02457 commit 16363d3Copy full SHA for 16363d3
misc/trigger_wheel_build.sh
@@ -14,7 +14,7 @@ pip install -r mypy-requirements.txt
14
V=$(python3 -m mypy --version)
15
V=$(echo "$V" | cut -d" " -f2)
16
17
-git clone https://${WHEELS_PUSH_TOKEN}@github.com/mypyc/mypy_mypyc-wheels.git build
+git clone --depth 1 https://${WHEELS_PUSH_TOKEN}@github.com/mypyc/mypy_mypyc-wheels.git build
18
cd build
19
echo $COMMIT > mypy_commit
20
git commit -am "Build wheels for mypy $V"
0 commit comments