Skip to content

Commit

Permalink
use the pypip to install wedpr-python-gateway-sdk (#129)
Browse files Browse the repository at this point in the history
* use the pypip to install wedpr-python-gateway-sdk

* publish wedpr-gateway-sdk
  • Loading branch information
cyjseagull authored Dec 15, 2024
1 parent 928602e commit c9f7d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp/wedpr-transport/sdk-wrapper/java/bindings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {

archivesBaseName = 'wedpr-gateway-sdk'
group = 'com.webank.wedpr'
version = '3.0.0-SNAPSHOT'
version = '3.0.0'

jar {
exclude '**/*.xml'
Expand Down
2 changes: 1 addition & 1 deletion cpp/wedpr-transport/sdk-wrapper/python/bindings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):
setup_args = dict(
name='wedpr-python-gateway-sdk',
packages=find_packages(),
version="3.0.0-20241019",
version="3.0.0-20241213",
description="wedpr-python-gateway-sdk: The gateway sdk for WeDPR",
long_description_content_type="text/markdown",
author="WeDPR Development Team",
Expand Down
3 changes: 1 addition & 2 deletions docker-files/model/model/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
SOURCE=${SOURCE_BRANCH:-main}

# install the gateway sdk
# TODO: replace with pypip
RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-python-gateway-sdk
RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr-python-gateway-sdk

# obtain the source, no need to fetch the submodule(vcpkg) here
RUN git clone https://github.com/WeBankBlockchain/WeDPR-Component.git -b ${SOURCE}
Expand Down

0 comments on commit c9f7d2a

Please sign in to comment.