File tree 6 files changed +11
-7
lines changed
6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 62
62
cd ../..
63
63
64
64
65
- - name : Publish Package to PyPI
66
- uses : pypa/gh-action-pypi-publish@release/v1
67
- with :
68
- user : __token__
69
- password : ${{ secrets.PYPI_API_TOKEN }}
70
- skip_existing : true
71
- packages_dir : dist/
65
+
72
66
73
67
- name : Publish cli-benchmark Plugin to PyPI
74
68
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 30
30
author = "Valory AG" ,
31
31
license = "Apache-2.0" ,
32
32
description = "CLI extension for AEA framework benchmarking." ,
33
+ long_description = "CLI extension for AEA framework benchmarking." ,
34
+ long_description_content_type = "text/markdown" ,
33
35
packages = find_packages (
34
36
where = "." , include = ["aea_cli_benchmark" , "aea_cli_benchmark.*" ]
35
37
),
Original file line number Diff line number Diff line change 32
32
author = "Valory AG" ,
33
33
license = "Apache-2.0" ,
34
34
description = "CLI extension for open AEA framework wrapping IPFS functionality." ,
35
+ long_description = "CLI extension for open AEA framework wrapping IPFS functionality." ,
36
+ long_description_content_type = "text/markdown" ,
35
37
packages = ["aea_cli_ipfs" ],
36
38
entry_points = {"aea.cli" : ["ipfs_cli_command = aea_cli_ipfs.core:ipfs" ]},
37
39
install_requires = [
Original file line number Diff line number Diff line change 30
30
author = "Valory AG" ,
31
31
license = "Apache-2.0" ,
32
32
description = "Python package wrapping the public and private key cryptography and ledger api of Cosmos." ,
33
+ long_description = "Python package wrapping the public and private key cryptography and ledger api of Cosmos." ,
34
+ long_description_content_type = "text/markdown" ,
33
35
packages = find_packages (include = ["aea_ledger_cosmos*" ]),
34
36
package_data = {
35
37
"aea_ledger_cosmos" : [
Original file line number Diff line number Diff line change 30
30
author = "Valory AG" ,
31
31
license = "Apache-2.0" ,
32
32
description = "Python package wrapping the public and private key cryptography and ledger api of Ethereum." ,
33
+ long_description = "Python package wrapping the public and private key cryptography and ledger api of Ethereum." ,
34
+ long_description_content_type = "text/markdown" ,
33
35
packages = find_packages (include = ["aea_ledger_ethereum*" ]),
34
36
package_data = {
35
37
"aea_ledger_ethereum" : [
Original file line number Diff line number Diff line change 35
35
author = "Valory AG" ,
36
36
license = "Apache-2.0" ,
37
37
description = "Python package wrapping the public and private key cryptography and ledger API of Fetch.AI." ,
38
+ long_description = "Python package wrapping the public and private key cryptography and ledger API of Fetch.AI." ,
39
+ long_description_content_type = "text/markdown" ,
38
40
packages = find_packages (include = ["aea_ledger_fetchai*" ]),
39
41
package_data = {
40
42
"aea_ledger_fetchai" : [
You can’t perform that action at this time.
0 commit comments