File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ build:
70
70
type : foreground
71
71
command : |
72
72
export PYENV_ROOT="/opt/pyenv"
73
- pyenv install 3.7.12
74
- pyenv global 3.7.12
73
+ pyenv install 3.7.9
74
+ pyenv global 3.7.9
75
75
sudo unlink /usr/bin/python3
76
76
sudo ln -s $(which python3) /usr/bin/python3
77
- sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.7.12 /lib/python3.7/site-packages/lsb_release.py
77
+ sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.7.9 /lib/python3.7/site-packages/lsb_release.py
78
78
export DEPLOY_PIP_USERNAME=$REPO_VATICLE_USERNAME
79
79
export DEPLOY_PIP_PASSWORD=$REPO_VATICLE_PASSWORD
80
80
bazel run --define version=$(git rev-parse HEAD) //grpc/python:deploy-pip -- snapshot
@@ -120,11 +120,11 @@ release:
120
120
image : vaticle-ubuntu-22.04
121
121
command : |
122
122
export PYENV_ROOT="/opt/pyenv"
123
- pyenv install 3.7.12
124
- pyenv global 3.7.12
123
+ pyenv install 3.7.9
124
+ pyenv global 3.7.9
125
125
sudo unlink /usr/bin/python3
126
126
sudo ln -s $(which python3) /usr/bin/python3
127
- sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.7.12 /lib/python3.7/site-packages/lsb_release.py
127
+ sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.7.9 /lib/python3.7/site-packages/lsb_release.py
128
128
export DEPLOY_PIP_USERNAME=$REPO_PYPI_USERNAME
129
129
export DEPLOY_PIP_PASSWORD=$REPO_PYPI_PASSWORD
130
130
bazel run --define version=$(cat VERSION) //grpc/python:deploy-pip -- release
You can’t perform that action at this time.
0 commit comments