jackmckew/PyInstaller Linux

Customisable GitHub Action to package your python code with PyInstaller for Linux

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathDirectory containing source code & .spec file (optional requirements.txt).yessrc
pypi_urlSpecify a custom URL for PYPInohttps://pypi.python.org/
pypi_index_urlSpecify a custom URL for PYPI Indexnohttps://pypi.python.org/simple
specSpecify a file path for .spec fileno""
tkinterSpecify whether to install Tkinter or notnofalse
requirementsSpecify a file path for requirements.txt filenorequirements.txt
gooeySpecify whether to install Gooey or notnotrue
namedescription
outputThe output of PyInstaller