We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc403f commit b5e0c87Copy full SHA for b5e0c87
.github/workflows/python-client.yml
@@ -86,8 +86,8 @@ jobs:
86
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
87
with:
88
package_directory: "client/"
89
- stable_deployment: ${{ github.ref == 'refs/heads/master' }}
+ stable_deployment: true
90
check_changelog_version: true
91
publish: ${{ github.event_name == 'push' }}
92
secrets:
93
- 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 commit comments