-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add releases push to corresponding jfrog repo
- Loading branch information
1 parent
decd379
commit c5a6f6d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |