Skip to content

Commit

Permalink
Merge pull request #7 from gnosis/gabriel/fixed-publishing
Browse files Browse the repository at this point in the history
Gabriel/fixed publishing
  • Loading branch information
gabrielfior authored Jan 9, 2025
2 parents 6f682ad + bbe7737 commit eae913a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
verify-metadata: false
verbose: true
verbose: true
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tool.poetry]
name = "python-web3-wallet"
version = "0.0.12"
version = "0.0.14"
description = "Streamlit component that allows users to connect a wallet and send transactions with dynamic recipients and amounts"
authors = ["Gnosis AI <[email protected]>"]
license = "MIT"
readme = "README.md"
# If format not specified, include only applies to sdist not wheel https://python-poetry.org/docs/pyproject/#exclude-and-include.
include = [
"python_web3_wallet/frontend/build/**/*"
{ path = "python_web3_wallet/frontend/build/**/*", format = ["sdist", "wheel"] }
]
packages = [
{ include = "python_web3_wallet" }
Expand Down
2 changes: 1 addition & 1 deletion python_web3_wallet/frontend/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=3001
BROWSER=none
REACT_APP_RAINBOW_WALLET_PROJECT_ID=
REACT_APP_RAINBOW_PROJECT_ID=
PYPI_TOKEN=

0 comments on commit eae913a

Please sign in to comment.