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 2dfa5fb commit 93ffba5Copy full SHA for 93ffba5
.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@34d8b20d125bfd58d124e84b007d3a18e61c358a # 5.10.4
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@95d8b6f47f87da30655fe7fdaa5c4f319f1220df # 5.13.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