We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decd379 commit d276aa4Copy full SHA for d276aa4
.github/workflows/publish-to-jfrog.yml
@@ -10,7 +10,7 @@ on:
10
- main
11
12
jobs:
13
- pubhlish:
+ publish:
14
permissions:
15
id-token: write
16
contents: read
.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]
+jobs:
+ permissions:
+ id-token: write
+ contents: read
+ 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