diff --git a/.github/workflows/python-client.yml b/.github/workflows/python-client.yml index af7a0e7..d4bdd4a 100644 --- a/.github/workflows/python-client.yml +++ b/.github/workflows/python-client.yml @@ -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