aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-08-03 18:25:43 -0700
committerBo Yang <teboring@google.com>2018-08-03 18:25:43 -0700
commit40df9c8463392a834543c0c1c6bac96064f2175e (patch)
tree08c0aa5264b043b5f88ad02039ebc967208fc45a
parent8205c14e416dbddfef781a3c9ff60c0ae84ffe76 (diff)
downloadprotobuf-python-wheel.tar.gz
protobuf-python-wheel.tar.bz2
protobuf-python-wheel.zip
No longer update python versionpython-wheel
-rw-r--r--config.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.sh b/config.sh
index 7641a3a1..bfa8a009 100644
--- a/config.sh
+++ b/config.sh
@@ -33,15 +33,6 @@ function bdist_wheel_cmd {
# Modify build version
pwd
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
cp dist/*.whl $abs_wheelhouse
}