Skip to content

Commit b5e0c87

Browse files
committed
[ci] Eth client Python package only deployed on pypi.org
1 parent 1dc403f commit b5e0c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
8787
with:
8888
package_directory: "client/"
89-
stable_deployment: ${{ github.ref == 'refs/heads/master' }}
89+
stable_deployment: true
9090
check_changelog_version: true
9191
publish: ${{ github.event_name == 'push' }}
9292
secrets:
93-
pypi_token: ${{ github.ref == 'refs/heads/master' && secrets.PYPI_PUBLIC_API_TOKEN || secrets.TEST_PYPI_PUBLIC_API_TOKEN }}
93+
pypi_token: secrets.PYPI_PUBLIC_API_TOKEN

0 commit comments

Comments
 (0)