Skip to content

Commit

Permalink
fix: add missing config-file option to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 21, 2021
1 parent b488289 commit 220918c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Expand Up @@ -9,6 +9,10 @@ inputs:
description: 'Folder to place the outputs in, defaults to "wheelhouse"'
required: false
default: wheelhouse
config-file:
description: 'File containing the config, defaults to {package}/pyproject.toml'
required: false
default: '{package}/pyproject.toml'
branding:
icon: package
color: yellow
Expand All @@ -24,5 +28,6 @@ runs:
cibuildwheel
${{ inputs.package-dir }}
--output-dir ${{ inputs.output-dir }}
--config-file ${{ input.config-file }}
2>&1
shell: bash

0 comments on commit 220918c

Please sign in to comment.