-
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 d276aa4
Showing
2 changed files
with
26 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
- main | ||
|
||
jobs: | ||
pubhlish: | ||
publish: | ||
permissions: | ||
id-token: write | ||
contents: read | ||
|
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: | ||
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 |