Skip to content

Commit

Permalink
missing needs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfior committed Jan 9, 2025
1 parent 44f386c commit 431885d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
verbose: true

publish-dev-package:
name: Publish dev package
needs:
- build
if: contains(github.event.pull_request.body, 'deploy please') && github.event_name == 'pull_request'
runs-on: ubuntu-latest
environment:
Expand Down
1 change: 0 additions & 1 deletion python_web3_wallet/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ poetry publish -p {PYPI_TEST_TOKEN} -u "__token__" --build --repository testpypi
# upload to pypi
poetry publish -p {PYPI_TOKEN} -u "__token__" --build
```

0 comments on commit 431885d

Please sign in to comment.