Skip to content

Commit fb20415

Browse files
ci: add releases push to corresponding jfrog repo
1 parent decd379 commit fb20415

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SPDX-FileCopyrightText: 2024 Ledger SAS
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
name: Upload Python Package to jfrog
6+
7+
on:
8+
releases:
9+
10+
jobs:
11+
pubhlish:
12+
permissions:
13+
id-token: write
14+
contents: read
15+
attestations: write
16+
uses: outpost-os/pipeline-python/.github/workflows/publish.yml@main
17+
with:
18+
environment: ledger-publish
19+
runner: outpost-os-shared-small
20+
python-version: '3.10'
21+
build-name: dts-utils-dev
22+
module-name: dts-utils
23+
repo-name: outpost-pypi-prod-public
24+
virtual-repo-name: outpost-pypi-virtual-green

0 commit comments

Comments
 (0)