Skip to content

Commit 3ddbb7b

Browse files
Merge pull request #415 from LedgerHQ/mbr/pypi-no-release
do NOT do a github release upon new pypi deployment
2 parents be9162d + d7dcb8d commit 3ddbb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
package_name: ledger_bitcoin
250250
package_directory: ./bitcoin_client/
251251
jfrog_deployment: true
252-
release: true
252+
release: false
253253
publish: true
254254
secrets:
255255
pypi_token: ${{ secrets.PYPI_PUBLIC_API_TOKEN }}

0 commit comments

Comments
 (0)