[ci] Eth client Python package only deployed on pypi.org

This commit is contained in:
Lucas PASCAL
2024-01-05 15:48:20 +01:00
parent 1dc403fdc2
commit b5e0c8759b

View File

@@ -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