-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
- 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 | ||
|
||
- 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 | ||