File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
cpp/wedpr-transport/sdk-wrapper Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ dependencies {
9696
9797archivesBaseName = ' wedpr-gateway-sdk'
9898group = ' com.webank.wedpr'
99- version = ' 3.0.0-SNAPSHOT '
99+ version = ' 3.0.0'
100100
101101jar {
102102 exclude ' **/*.xml'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def run(self):
2020setup_args = dict (
2121 name = 'wedpr-python-gateway-sdk' ,
2222 packages = find_packages (),
23- version = "3.0.0-20241019 " ,
23+ version = "3.0.0-20241213 " ,
2424 description = "wedpr-python-gateway-sdk: The gateway sdk for WeDPR" ,
2525 long_description_content_type = "text/markdown" ,
2626 author = "WeDPR Development Team" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1111 SOURCE=${SOURCE_BRANCH:-main}
1212
1313# install the gateway sdk
14- # TODO: replace with pypip
15- RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-python-gateway-sdk
14+ RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr-python-gateway-sdk
1615
1716# obtain the source, no need to fetch the submodule(vcpkg) here
1817RUN git clone https://github.com/WeBankBlockchain/WeDPR-Component.git -b ${SOURCE}
You can’t perform that action at this time.
0 commit comments