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 26, 2024
1 parent decd379 commit d276aa4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-jfrog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

jobs:
pubhlish:
publish:
permissions:
id-token: write
contents: read
Expand Down
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:
release:
types: [released]

jobs:
release:
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 d276aa4

Please sign in to comment.