Skip to content

Commit 91afd9d

Browse files
committed
tools/release: fix macos protoc-gen-mypy check
1 parent 4f55578 commit 91afd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/build_delivery_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function build_python() {
251251
echo "check protoc-gen-mypy..."
252252
command -v protoc-gen-mypy | xargs echo "protoc-gen-mypy: " | tee -a build.log
253253
protoc-gen-mypy --version | xargs echo "protoc-gen-mypy version: " | tee -a build.log
254-
protoc-gen-mypy --version | grep "3\.6\.0"
254+
protoc-gen-mypy --version | grep "4\.0\.0"
255255
done
256256

257257
declare -a MYPY_FILES=(

0 commit comments

Comments
 (0)