File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
cpp/wedpr-transport/sdk-wrapper/python/bindings Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 paths-ignore :
55 - " docs/**"
66 - " python/**"
7+ - " cpp/wedpr-transport/sdk-wrapper/python/bindings/**"
78 - " Changelog.md"
89 - " README.md"
910 pull_request :
Original file line number Diff line number Diff line change 44 paths-ignore :
55 - " docs/**"
66 - " python/**"
7+ - " cpp/wedpr-transport/sdk-wrapper/python/bindings/**"
78 - " Changelog.md"
89 - " README.md"
910 pull_request :
@@ -155,4 +156,4 @@ jobs:
155156 mkdir -p cpp/build
156157 cd cpp/build
157158 cmake3 -DCMAKE_BUILD_TYPE=Release -DBUILD_SDK=ON -DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake ../
158- cmake3 --build . --parallel 3
159+ cmake3 --build . --parallel 3
Original file line number Diff line number Diff line change 44 paths-ignore :
55 - " docs/**"
66 - " python/**"
7+ - " cpp/wedpr-transport/sdk-wrapper/python/bindings/**"
78 - " Changelog.md"
89 - " README.md"
910 pull_request :
@@ -164,4 +165,4 @@ jobs:
164165 - uses : actions/upload-artifact@v3
165166 with :
166167 name : libwedpr_python_transport.so
167- path : ./cpp/wedpr-transport/sdk-wrapper/python/bindings/wedpr_python_gateway_sdk/libs/libwedpr_python_transport.so
168+ path : ./cpp/wedpr-transport/sdk-wrapper/python/bindings/wedpr_python_gateway_sdk/libs/libwedpr_python_transport.so
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ def run(self):
3939 'Intended Audience :: Developers' ,
4040 'Intended Audience :: System Administrators' ,
4141 'Intended Audience :: Science/Research' ,
42- 'License :: OSI Approved :: Apache License' ,
4342 'Programming Language :: Python' ,
4443 'Programming Language :: Python :: 3' ,
4544 ],
Original file line number Diff line number Diff line change 11hdfs
22requests ~= 2.31.0
33requests_toolbelt == 0.9.1
4+ wedpr-python-gateway-sdk
45
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ def run(self):
3535 'Intended Audience :: Developers' ,
3636 'Intended Audience :: System Administrators' ,
3737 'Intended Audience :: Science/Research' ,
38- 'License :: OSI Approved :: Apache License' ,
3938 'Programming Language :: Python' ,
4039 'Programming Language :: Python :: 3' ,
4140 ],
You can’t perform that action at this time.
0 commit comments