Skip to content

SonarPythonScanner v0.2.0.520 #13

SonarPythonScanner v0.2.0.520

SonarPythonScanner v0.2.0.520 #13

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@v5
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@v5
with:
publishToPyPI: true
skipPythonReleasabilityChecks: true