We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f55578 commit 91afd9dCopy full SHA for 91afd9d
tools/release/build_delivery_macos.sh
@@ -251,7 +251,7 @@ function build_python() {
251
echo "check protoc-gen-mypy..."
252
command -v protoc-gen-mypy | xargs echo "protoc-gen-mypy: " | tee -a build.log
253
protoc-gen-mypy --version | xargs echo "protoc-gen-mypy version: " | tee -a build.log
254
- protoc-gen-mypy --version | grep "3\.6\.0"
+ protoc-gen-mypy --version | grep "4\.0\.0"
255
done
256
257
declare -a MYPY_FILES=(
0 commit comments