Skip to content

Commit

Permalink
Update pyinstallerlinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cart1416 authored Nov 21, 2024
1 parent 74b9272 commit 373affc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/pyinstallerlinux.yml
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

0 comments on commit 373affc

Please sign in to comment.