Skip to content

Commit

Permalink
[ci] Eth client Python package only deployed on pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 5, 2024
1 parent 9475112 commit fa43cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
with:
package_directory: "client/"
stable_deployment: ${{ github.ref == 'refs/heads/master' }}
stable_deployment: true
check_changelog_version: true
publish: ${{ github.event_name == 'push' }}
secrets:
pypi_token: ${{ github.ref == 'refs/heads/master' && secrets.PYPI_PUBLIC_API_TOKEN || secrets.TEST_PYPI_PUBLIC_API_TOKEN }}
pypi_token: secrets.PYPI_PUBLIC_API_TOKEN

0 comments on commit fa43cc9

Please sign in to comment.