[ci] Eth client Python package only deployed on pypi.org
This commit is contained in:
4
.github/workflows/python-client.yml
vendored
4
.github/workflows/python-client.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user