Skip to content

Commit eae913a

Browse files
authored
Merge pull request #7 from gnosis/gabriel/fixed-publishing
Gabriel/fixed publishing
2 parents 6f682ad + bbe7737 commit eae913a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
user: __token__
6262
password: ${{ secrets.PYPI_TOKEN }}
6363
verify-metadata: false
64-
verbose: true
64+
verbose: true

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tool.poetry]
22
name = "python-web3-wallet"
3-
version = "0.0.12"
3+
version = "0.0.14"
44
description = "Streamlit component that allows users to connect a wallet and send transactions with dynamic recipients and amounts"
55
authors = ["Gnosis AI <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
# If format not specified, include only applies to sdist not wheel https://python-poetry.org/docs/pyproject/#exclude-and-include.
89
include = [
9-
"python_web3_wallet/frontend/build/**/*"
10+
{ path = "python_web3_wallet/frontend/build/**/*", format = ["sdist", "wheel"] }
1011
]
1112
packages = [
1213
{ include = "python_web3_wallet" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PORT=3001
22
BROWSER=none
3-
REACT_APP_RAINBOW_WALLET_PROJECT_ID=
3+
REACT_APP_RAINBOW_PROJECT_ID=
44
PYPI_TOKEN=

0 commit comments

Comments
 (0)