-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: publish pypi 0.2.1.dev240305 (#10)
* publish api pypi * add bdist_wheel options * update circle ci image * fix circle ci * fix * change ci image * fix image
- Loading branch information
1 parent
62069c1
commit 47a47f0
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|