Skip to content

Update pyinstallerlinux.yml #3

Update pyinstallerlinux.yml

Update pyinstallerlinux.yml #3

- name: PyInstaller Linux
# You may pin to the exact commit or the version.
# uses: JackMcKew/pyinstaller-action-linux@38639c352a36917eea765f9283bfd1092c28af7b

Check failure on line 3 in .github/workflows/pyinstallerlinux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pyinstallerlinux.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
uses: JackMcKew/[email protected]
with:
# Directory containing source code & .spec file (optional requirements.txt).
path: . # default is src
# Specify a custom URL for PYPI
pypi_url: # optional, default is https://pypi.python.org/
# Specify a custom URL for PYPI Index
pypi_index_url: # optional, default is https://pypi.python.org/simple
# Specify a file path for .spec file
spec: pyinstaller.py # optional, default is
# Specify whether to install Tkinter or not
tkinter: # optional