Skip to content

Commit 90e6a40

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

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
release:
9+
types: [released]
10+
11+
jobs:
12+
pubhlish:
13+
permissions:
14+
id-token: write
15+
contents: read
16+
attestations: write
17+
uses: outpost-os/pipeline-python/.github/workflows/publish.yml@main
18+
with:
19+
environment: ledger-publish
20+
runner: outpost-os-shared-small
21+
python-version: '3.10'
22+
build-name: dts-utils-dev
23+
module-name: dts-utils
24+
repo-name: outpost-pypi-prod-public
25+
virtual-repo-name: outpost-pypi-virtual-green

0 commit comments

Comments
 (0)