File tree Expand file tree Collapse file tree 5 files changed +19
-6
lines changed Expand file tree Collapse file tree 5 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ name : COTI python SDK publish
2
+
3
+ on :
4
+ push :
5
+ branches : [ "main" ]
6
+ workflow_dispatch :
7
+
1
8
jobs :
9
+
2
10
release-build :
3
11
runs-on : ubuntu-latest
4
12
11
19
12
20
- name : build release distributions
13
21
run : |
22
+ pip install setuptools
14
23
python setup.py sdist
15
24
16
25
- name : upload windows dists
25
34
- release-build
26
35
permissions :
27
36
id-token : write
28
-
37
+ environment :
38
+ name : python-release-env
39
+ url : https://github.com
40
+
29
41
steps :
30
42
- name : Retrieve release distributions
31
43
uses : actions/download-artifact@v4
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
from web3 import Web3
5
5
from web3 .middleware import geth_poa_middleware
6
6
7
- from crypto_utils import block_size , decrypt
7
+ from coti . crypto_utils import block_size , decrypt
8
8
9
9
SOLC_VERSION = '0.8.19'
10
10
Original file line number Diff line number Diff line change 1
- from setuptools import setup , find_packages
1
+
2
+ from setuptools import setup
2
3
3
4
setup (
4
- name = 'coti-sdk ' ,
5
- description = 'COTI SDK for Confidential Preserving network ' ,
6
- version = '0.1.0 ' ,
5
+ name = 'coti_sdk ' ,
6
+ description = 'COTI SDK for Privacy Preserving Network ' ,
7
+ version = '0.1.7 ' ,
7
8
license = 'Apache2.0' ,
8
9
author = "gmesika-coti@COTI" ,
9
10
author_email = 'support@coti.io' ,
You can’t perform that action at this time.
0 commit comments