Upload Python Package to jfrog #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2024 Ledger SAS | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
name: Upload Python Package to jfrog | ||
on: | ||
push: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
jobs: | ||
pubhlish: | ||
permissions: | ||
id-token: write | ||
contents: read | ||
attestations: write | ||
environment: ledger-publish | ||
uses: outpost-os/pipeline-python/.github/workflows/publish.yml@main | ||
Check failure on line 20 in .github/workflows/publish-to-jfrog.yml GitHub Actions / Upload Python Package to jfrogInvalid workflow file
|
||
with: | ||
runner: outpost-os-shared-small | ||
python-version: 3.10 | ||
build-name: dts-utils-dev | ||
module-name: dts-utils | ||
repo-name: outpost-pypi-dev-green | ||
virtual-repo-name: outpost-pypi-virtual-green |