We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decd379 commit 90e6a40Copy full SHA for 90e6a40
.github/workflows/release-to-jfrog.yml
@@ -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