Skip to content

Commit

Permalink
[fix] Review corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Aug 29, 2023
1 parent 7258626 commit 91bb889
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:

packaging:
needs: [lint, mypy]
if: github.event_name == 'push'
name: Build, test and deploy the Python package
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion client/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include src/ledger_app_clients/ethereum/keychain/*
include src/ledger_app_clients/ethereum/keychain/*
9 changes: 5 additions & 4 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ethereum app Python client
# Python client for the Ledger Ethereum application

This package allows to communicate with the Ethereum application, either on a
This package allows to communicate with the Ledger Ethereum application, either on a
real device, or emulated on Speculos.

## Installation
Expand All @@ -9,11 +9,13 @@ This package is deployed:

- on `pypi.org` for the stable version. This version will work with the
application available on the `master` branch.

```bash
pip install ledger_app_clients.ethereum
```
- on `test.pypi.org` for the rolling release. This version will work with the
application code on the `develop` branch.
application available on the `develop` branch.

```bash
pip install --extra-index-url https://test.pypi.org/simple/ ledger_app_clients.ethereum
```
Expand All @@ -23,6 +25,5 @@ This package is deployed:
You can install the client from this repo:

```bash
cd client/
pip install .
```

0 comments on commit 91bb889

Please sign in to comment.