11
action.yml
11
action.yml
@@ -9,32 +9,22 @@ inputs:
|
||||
description: 'Directory containing source code (optional requirements.txt).'
|
||||
required: True
|
||||
default: src
|
||||
|
||||
pypi_url:
|
||||
description: 'Specify a custom URL for PYPI'
|
||||
required: False
|
||||
default: https://pypi.python.org/
|
||||
|
||||
pypi_index_url:
|
||||
description: 'Specify a custom URL for PYPI Index'
|
||||
required: False
|
||||
default: https://pypi.python.org/simple
|
||||
|
||||
spec:
|
||||
description: 'Specify a file path for .spec file'
|
||||
required: False
|
||||
default: ""
|
||||
|
||||
requirements:
|
||||
description: 'Specify a file path for requirements.txt file'
|
||||
required: False
|
||||
default: "requirements.txt"
|
||||
|
||||
add_data_dirs:
|
||||
description: 'Specify a list of directories to add to the `--add-data` flag, the dirs must be separated by a blank space'
|
||||
required: False
|
||||
default: ""
|
||||
|
||||
outputs:
|
||||
output:
|
||||
description: 'The output of PyInstaller'
|
||||
@@ -48,4 +38,3 @@ runs:
|
||||
- ${{ inputs.pypi_index_url }}
|
||||
- ${{ inputs.spec }}
|
||||
- ${{ inputs.requirements }}
|
||||
- ${{ inputs.add_data_dirs }}
|
||||
|
||||
Reference in New Issue
Block a user