File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,17 @@ name: >-
8
8
on : # yamllint disable-line rule:truthy
9
9
workflow_call :
10
10
inputs :
11
- dists-artifact-name :
12
- description : Workflow artifact name containing dists
13
- required : true
14
- type : string
15
11
check-name :
16
12
description : A custom name for the Checks API-reported status
17
13
required : false
18
14
type : string
15
+ dists-artifact-name :
16
+ description : >-
17
+ Workflow artifact name containing dists.
18
+ Defaults to "python-package-distributions".
19
+ default : python-package-distributions
20
+ required : false
21
+ type : string
19
22
environment-variables :
20
23
description : >-
21
24
A newline-delimited blob of text with environment variables
@@ -35,8 +38,10 @@ on: # yamllint disable-line rule:truthy
35
38
required : false
36
39
type : string
37
40
source-tarball-name :
38
- description : Sdist filename wildcard
39
- required : true
41
+ default : >-
42
+ *.tar.gz
43
+ description : Sdist filename wildcard. Defaults to "*.tar.gz".
44
+ required : false
40
45
type : string
41
46
timeout-minutes :
42
47
description : Deadline for the job to complete
You can’t perform that action at this time.
0 commit comments