Skip to content

Commit

Permalink
ci: add releases push to corresponding jfrog repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Sep 19, 2024
1 parent decd379 commit c5a6f6d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release-to-jfrog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SPDX-FileCopyrightText: 2024 Ledger SAS
#
# SPDX-License-Identifier: Apache-2.0

name: Upload Python Package to jfrog

on:
releases:
types: [released]

jobs:
pubhlish:
permissions:
id-token: write
contents: read
attestations: write
uses: outpost-os/pipeline-python/.github/workflows/publish.yml@main
with:
environment: ledger-publish
runner: outpost-os-shared-small
python-version: '3.10'
build-name: dts-utils-dev
module-name: dts-utils
repo-name: outpost-pypi-prod-public
virtual-repo-name: outpost-pypi-virtual-green

0 comments on commit c5a6f6d

Please sign in to comment.