Update pyinstallerlinux.yml #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: PyInstaller Linux | ||
# You may pin to the exact commit or the version. | ||
# uses: JackMcKew/pyinstaller-action-linux@38639c352a36917eea765f9283bfd1092c28af7b | ||
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 | ||