Skip to content

Sonar Scanner Python - 1.2.1 #21

Sonar Scanner Python - 1.2.1

Sonar Scanner Python - 1.2.1 #21

Workflow file for this run

name: sonar-release
# This workflow is triggered when publishing a new GitHub release
on:
release:
types:
- published
jobs:
prerelease:
if: "github.event.release.prerelease"
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@51c77454eebdc43965dd3aa9b91bc5b5171edcac # 6.1.0
with:
publishToTestPyPI: true
skipPythonReleasabilityChecks: true
release:
if: "!github.event.release.prerelease"
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@51c77454eebdc43965dd3aa9b91bc5b5171edcac # 6.1.0
with:
publishToPyPI: true
skipPythonReleasabilityChecks: true