We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b488289 commit 220918cCopy full SHA for 220918c
action.yml
@@ -9,6 +9,10 @@ inputs:
9
description: 'Folder to place the outputs in, defaults to "wheelhouse"'
10
required: false
11
default: wheelhouse
12
+ config-file:
13
+ description: 'File containing the config, defaults to {package}/pyproject.toml'
14
+ required: false
15
+ default: '{package}/pyproject.toml'
16
branding:
17
icon: package
18
color: yellow
@@ -24,5 +28,6 @@ runs:
24
28
cibuildwheel
25
29
${{ inputs.package-dir }}
26
30
--output-dir ${{ inputs.output-dir }}
31
+ --config-file ${{ input.config-file }}
27
32
2>&1
33
shell: bash
0 commit comments