diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70239d2..4f62068 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,13 +118,11 @@ jobs: TWINE_NON_INTERACTIVE: 1 - name: Login to Ledger Artifactory - if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') timeout-minutes: 10 id: jfrog-login uses: LedgerHQ/actions-security/actions/jfrog-login@actions/jfrog-login-1 - name: Publish Python package on Ledger Artifactory - if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') run: python -m twine upload dist/* env: TWINE_REPOSITORY_URL: https://jfrog.ledgerlabs.net/artifactory/api/pypi/embedded-apps-pypi-prod-green @@ -133,14 +131,12 @@ jobs: TWINE_NON_INTERACTIVE: 1 - name: Generate library build attestations - if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') timeout-minutes: 10 uses: LedgerHQ/actions-security/actions/attest@actions/attest-1 with: subject-path: dist/* - name: Sign library artifacts - if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') timeout-minutes: 10 uses: LedgerHQ/actions-security/actions/sign-blob@actions/sign-blob-1 with: