File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 14
14
description : " Comma separated list of steps to skip"
15
15
required : false
16
16
type : string
17
- workflow_call :
18
- inputs :
19
- branch :
20
- description : " The target branch"
21
- required : false
22
- type : string
23
- release_url :
24
- description : " The URL of the draft GitHub release"
25
- required : false
26
- type : string
27
- steps_to_skip :
28
- description : " Comma separated list of steps to skip"
29
- required : false
30
- type : string
17
+ # Using this workflow as a reusable workflow will not work until https://github.com/pypi/warehouse/issues/11096 is resolved
18
+ # workflow_call:
19
+ # inputs:
20
+ # branch:
21
+ # description: "The target branch"
22
+ # required: false
23
+ # type: string
24
+ # release_url:
25
+ # description: "The URL of the draft GitHub release"
26
+ # required: false
27
+ # type: string
28
+ # steps_to_skip:
29
+ # description: "Comma separated list of steps to skip"
30
+ # required: false
31
+ # type: string
31
32
32
33
jobs :
33
34
publish_release :
You can’t perform that action at this time.
0 commit comments