Bo Yang 7 жил өмнө
parent
commit
958dd644d6

+ 2 - 0
kokoro/release/python/linux/build_artifacts.sh

@@ -35,6 +35,8 @@ build_artifact_version() {
   cat $REPO_DIR/python/setup.py
   cat $REPO_DIR/python/setup.py
   pushd $REPO_DIR
   pushd $REPO_DIR
   git cherry-pick 0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7
   git cherry-pick 0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7
+  git config --global user.email "teboring@google.com"
+  git config --global user.name "Bo Yang"
   popd
   popd
 
 
   build_wheel $REPO_DIR/python $PLAT
   build_wheel $REPO_DIR/python $PLAT

+ 2 - 0
kokoro/release/python/macos/build_artifacts.sh

@@ -37,6 +37,8 @@ build_artifact_version() {
   clean_code $REPO_DIR $BUILD_COMMIT
   clean_code $REPO_DIR $BUILD_COMMIT
   pushd $REPO_DIR
   pushd $REPO_DIR
   git cherry-pick 0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7
   git cherry-pick 0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7
+  git config --global user.email "teboring@google.com"
+  git config --global user.name "Bo Yang"
   popd
   popd
 
 
   build_wheel $REPO_DIR/python $PLAT
   build_wheel $REPO_DIR/python $PLAT

+ 2 - 0
kokoro/release/python/windows/build_single_artifact.bat

@@ -30,6 +30,8 @@ REM Checkout release commit
 cd %REPO_DIR%
 cd %REPO_DIR%
 git checkout %BUILD_COMMIT%
 git checkout %BUILD_COMMIT%
 git cherry-pick 0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7
 git cherry-pick 0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7
+git config --global user.email "teboring@google.com"
+git config --global user.name "Bo Yang"
 
 
 REM ======================
 REM ======================
 REM Build Protobuf Library
 REM Build Protobuf Library