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 4e3043c commit a60ced4Copy full SHA for a60ced4
.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@48a71cb252ad4a2e630db2ec1838389dc83efc19 # 5.5.0
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@70a8c6ba6d6a99df272bbdf04b3d5990b12d6dff # 5.6.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