Skip to content

Sonar Scanner Python - 1.0 #14

Sonar Scanner Python - 1.0

Sonar Scanner Python - 1.0 #14

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@34d8b20d125bfd58d124e84b007d3a18e61c358a # 5.10.4
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@34d8b20d125bfd58d124e84b007d3a18e61c358a # 5.10.4
with:
publishToPyPI: true
skipPythonReleasabilityChecks: true