File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 16
16
description : ' The highest semantic version tag without the "v" prefix (e.g., 1.2.3)'
17
17
required : true
18
18
type : string
19
+ token :
20
+ description : ' Personal Access Token'
21
+ required : true
22
+ default : " "
23
+ type : string
24
+
19
25
workflow_call :
20
26
inputs :
21
27
release_version :
26
32
description : ' The highest semantic version tag without the "v" prefix (e.g., 1.2.3)'
27
33
required : true
28
34
type : string
35
+ token :
36
+ description : ' Personal Access Token'
37
+ required : true
38
+ default : " "
39
+ type : string
29
40
30
41
jobs :
31
42
get-version :
32
43
uses : ./.github/workflows/get_semantic_release_version.yml
33
44
with :
34
- custom_version : ${{ github.event.inputs.custom_version }}
45
+ custom_version : ${{ github.event.inputs.release_version }}
35
46
token : ${{ github.event.inputs.token }}
36
47
37
48
build-python-wheel :
You can’t perform that action at this time.
0 commit comments