Skip to content

Sonar Scanner Python - 1.2 #20

Sonar Scanner Python - 1.2

Sonar Scanner Python - 1.2 #20

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@e887e05abda17241a57c7f3d6118e5b3d0705acd # 5.18.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@e887e05abda17241a57c7f3d6118e5b3d0705acd # 5.18.0
with:
publishToPyPI: true
skipPythonReleasabilityChecks: true