Remove unnecessary code in release script (#8915)

pull/8936/head
Paul Yang 4 years ago committed by GitHub
parent dd2c3378ab
commit de469720e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kokoro/release/python/linux/build_artifacts.sh

@ -37,8 +37,6 @@ build_artifact_version() {
before_install
clean_code $REPO_DIR $BUILD_COMMIT
sed -i '/Wno-sign-compare/a \ \ \ \ \ \ \ \ extra_compile_args.append("-std=c++11")' $REPO_DIR/python/setup.py
cat $REPO_DIR/python/setup.py
build_wheel $REPO_DIR/python $PLAT

Loading…
Cancel
Save