File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 10
10
- main
11
11
12
12
jobs :
13
- pubhlish :
13
+ publish :
14
14
permissions :
15
15
id-token : write
16
16
contents : read
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments