Skip to content

Commit c9f7d2a

Browse files
authored
use the pypip to install wedpr-python-gateway-sdk (#129)
* use the pypip to install wedpr-python-gateway-sdk * publish wedpr-gateway-sdk
1 parent 928602e commit c9f7d2a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

cpp/wedpr-transport/sdk-wrapper/java/bindings/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696

9797
archivesBaseName = 'wedpr-gateway-sdk'
9898
group = 'com.webank.wedpr'
99-
version = '3.0.0-SNAPSHOT'
99+
version = '3.0.0'
100100

101101
jar {
102102
exclude '**/*.xml'

cpp/wedpr-transport/sdk-wrapper/python/bindings/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run(self):
2020
setup_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",

docker-files/model/model/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
1817
RUN git clone https://github.com/WeBankBlockchain/WeDPR-Component.git -b ${SOURCE}

0 commit comments

Comments
 (0)