File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,13 +82,11 @@ jobs:
8282 TWINE_NON_INTERACTIVE : 1
8383
8484 - name : Login to Ledger Artifactory
85- if : success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8685 timeout-minutes : 10
8786 id : jfrog-login
8887 uses : LedgerHQ/actions-security/actions/jfrog-login@actions/jfrog-login-1
8988
9089 - name : Publish Python package on Ledger Artifactory
91- if : success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
9290 run : python -m twine upload dist/*
9391 env :
9492 TWINE_REPOSITORY_URL : https://jfrog.ledgerlabs.net/artifactory/api/pypi/embedded-apps-pypi-prod-green
@@ -97,14 +95,12 @@ jobs:
9795 TWINE_NON_INTERACTIVE : 1
9896
9997 - name : Generate library build attestations
100- if : success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
10198 timeout-minutes : 10
10299 uses : LedgerHQ/actions-security/actions/attest@actions/attest-1
103100 with :
104101 subject-path : dist/*
105102
106103 - name : Sign library artifacts
107- if : success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
108104 timeout-minutes : 10
109105 uses : LedgerHQ/actions-security/actions/sign-blob@actions/sign-blob-1
110106 with :
You can’t perform that action at this time.
0 commit comments