Skip to content

Commit daf9e8f

Browse files
authored
PYSCAN-61: CI update pre-release to release on testPyPI (#47)
1 parent 7522d99 commit daf9e8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ on:
66
- published
77

88
jobs:
9+
prerelease:
10+
if: "github.event.release.prerelease"
11+
permissions:
12+
id-token: write
13+
contents: write
14+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
15+
with:
16+
publishToTestPyPI: true
17+
skipPythonReleasabilityChecks: true
918
release:
19+
if: "!github.event.release.prerelease"
1020
permissions:
1121
id-token: write
1222
contents: write

0 commit comments

Comments
 (0)