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 121901c commit 028899bCopy full SHA for 028899b
.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@004de7cea8952d2230b6eef697078a88b6ee47a1 # 5.9.2
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@9f78ed79a75b0e01176143e818a11fbba6664df3 # 5.9.3
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