File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -3,35 +3,6 @@ name: Release
3
3
" on " :
4
4
push :
5
5
branches : ["main", "master", "release/**"]
6
- workflow_dispatch :
7
- inputs :
8
- release_force :
9
- # see https://python-semantic-release.readthedocs.io/en/latest/github-action.html#command-line-options
10
- description : |
11
- Force release be one of: [major | minor | patch]
12
- Leave empty for auto-detect based on commit messages.
13
- type : choice
14
- options :
15
- - " " # auto - no force
16
- - major # force major
17
- - minor # force minor
18
- - patch # force patch
19
- default : " "
20
- required : false
21
- prerelease_token :
22
- description : ' The "prerelease identifier" to use as a prefix for the "prerelease" part of a semver. Like the rc in `1.2.0-rc.8`.'
23
- type : choice
24
- options :
25
- - rc
26
- - beta
27
- - alpha
28
- default : rc
29
- required : false
30
- prerelease :
31
- description : " Is a pre-release"
32
- type : boolean
33
- default : false
34
- required : false
35
6
36
7
concurrency :
37
8
group : deploy
90
61
uses : python-semantic-release/python-semantic-release@v8.3.0
91
62
with :
92
63
github_token : ${{ secrets.GITHUB_TOKEN }}
93
- force : ${{ github.event.inputs.release_force }}
94
- prerelease : ${{ github.event.inputs.prerelease }}
95
- prerelease_token : ${{ github.event.inputs.prerelease_token }}
96
64
97
65
- name : Publish package distributions to GitHub Releases
98
66
if : steps.release.outputs.released == 'true'
You can’t perform that action at this time.
0 commit comments