浏览代码

No longer update python version

Bo Yang 7 年之前
父节点
当前提交
40df9c8463
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      config.sh

+ 0 - 9
config.sh

@@ -33,15 +33,6 @@ function bdist_wheel_cmd {
     # Modify build version
     # Modify build version
     pwd
     pwd
     ls
     ls
-    echo $abs_wheelhouse
-    echo $BUILD_VERSION
-    if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-        sed -i.bu "s/^__version__.*/__version__ = '$BUILD_VERSION'/" google/protobuf/__init__.py
-    else
-        sed -i "s/^__version__.*/__version__ = '3.6.1'/" google/protobuf/__init__.py
-    fi
-    cat google/protobuf/__init__.py
-    
     python setup.py bdist_wheel --cpp_implementation --compile_static_extension
     python setup.py bdist_wheel --cpp_implementation --compile_static_extension
     cp dist/*.whl $abs_wheelhouse
     cp dist/*.whl $abs_wheelhouse
 }
 }