Add to action
This commit is contained in:
parent
c2734ccf37
commit
552fdbedd1
|
@ -20,7 +20,8 @@ Include this in your `.github/workflows/main.yaml`:
|
||||||
```yaml
|
```yaml
|
||||||
- name: PyInstaller Windows
|
- name: PyInstaller Windows
|
||||||
uses: JackMcKew/pyinstaller-action-windows@master
|
uses: JackMcKew/pyinstaller-action-windows@master
|
||||||
with: src
|
with:
|
||||||
|
path: src
|
||||||
```
|
```
|
||||||
|
|
||||||
## Full Example
|
## Full Example
|
||||||
|
|
|
@ -25,4 +25,6 @@ runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.path }}
|
- ${{ inputs.path }}
|
||||||
|
- ${{ inputs.pypi_url }}
|
||||||
|
- ${{ inputs.pypi_index_url }}
|
Loading…
Reference in New Issue