Skip to content

Commit c5268b7

Browse files
committed
Match dist artifact defaults w/ reusable-tox.yml
1 parent 10b647a commit c5268b7

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/reusable-cibuildwheel.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ name: >-
88
on: # yamllint disable-line rule:truthy
99
workflow_call:
1010
inputs:
11-
dists-artifact-name:
12-
description: Workflow artifact name containing dists
13-
required: true
14-
type: string
1511
check-name:
1612
description: A custom name for the Checks API-reported status
1713
required: false
1814
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
1922
environment-variables:
2023
description: >-
2124
A newline-delimited blob of text with environment variables
@@ -35,8 +38,10 @@ on: # yamllint disable-line rule:truthy
3538
required: false
3639
type: string
3740
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
4045
type: string
4146
timeout-minutes:
4247
description: Deadline for the job to complete

0 commit comments

Comments
 (0)