We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9d242 commit 7bb7e59Copy full SHA for 7bb7e59
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
id-token: write
12
contents: write
13
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@8d4ccba8d0b6485e7d15c896b72d69ca1e513bcc # 5.9.5
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@c7ef6516a69b461f986a456d50f17f513a9fb8c5 # 5.10.0
14
with:
15
publishToPyPI: ${{ !github.event.release.prerelease }} # Only publish to PyPI for non-prerelease releases
16
publishToTestPyPI: ${{ github.event.release.prerelease }}
0 commit comments