We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a872a87 commit a135d5dCopy full SHA for a135d5d
.github/workflows/cmake_switch_python.yml
@@ -125,8 +125,10 @@ jobs:
125
steps:
126
- name: Setup Python 3.10 and Upload to BOS
127
run: |
128
+ cd Paddle
129
set -xe
130
PYTHON_BIN=python3.10
131
+ workspace=$(pwd)
132
133
$PYTHON_BIN -m venv myenv --clear
134
source myenv/bin/activate
@@ -135,7 +137,7 @@ jobs:
135
137
wget -q --no-proxy --no-check-certificate https://paddle-qa.bj.bcebos.com/CodeSync/develop/PaddlePaddle/PaddleTest/tools/bos_tools.py
136
138
push_file=$PWD/bos_tools.py
139
- cd ${workspace}/Paddle/BUILD_RESULT
140
+ cd ${workspace}/BUILD_RESULT
141
142
for whl_file in $(ls *.whl); do
143
python $push_file $whl_file ${whl_package}
0 commit comments