Skip to content

Commit d276aa4

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

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.github/workflows/publish-to-jfrog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
jobs:
13-
pubhlish:
13+
publish:
1414
permissions:
1515
id-token: write
1616
contents: read
Lines changed: 25 additions & 0 deletions
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+
release:
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)