Skip to content

Commit

Permalink
ci: publish pypi 0.2.1.dev240305 (#10)
Browse files Browse the repository at this point in the history
* publish api pypi

* add bdist_wheel options

* update circle ci image

* fix circle ci

* fix

* change ci image

* fix image
  • Loading branch information
zhongtianq authored Mar 5, 2024
1 parent 62069c1 commit 47a47f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
- image: registry.hub.docker.com/secretflow/ubuntu-base-ci:latest
- image: secretflow/trustedflow-dev-ubuntu22.04:latest
resource_class: large
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
Expand All @@ -50,7 +50,7 @@ jobs:
linux_publish:
docker:
- image: registry.hub.docker.com/secretflow/release-ci:0.7
- image: secretflow/trustedflow-dev-ubuntu22.04:latest
resource_class: large
parameters:
python_ver:
Expand All @@ -61,6 +61,7 @@ jobs:
- run:
name: "build package and publish"
command: |
source /root/miniconda3/etc/profile.d/conda.sh
conda create -n build python=<< parameters.python_ver >> -y
conda activate build
cd python
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setuptools.setup(
name="sdc-apis",
version="0.2.0.dev20230930",
version="0.2.1.dev240305",
author="secretflow",
author_email="[email protected]",
description="SecretFlow Data Capsule apis proto generated python",
Expand Down

0 comments on commit 47a47f0

Please sign in to comment.