From 373affc54d0ab86efe82c34e5c8be855d646dae1 Mon Sep 17 00:00:00 2001 From: Cart1416 <83319239+Cart1416@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:33:34 -0500 Subject: [PATCH] Update pyinstallerlinux.yml --- .github/workflows/pyinstallerlinux.yml | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pyinstallerlinux.yml b/.github/workflows/pyinstallerlinux.yml index 50faf27..b879889 100644 --- a/.github/workflows/pyinstallerlinux.yml +++ b/.github/workflows/pyinstallerlinux.yml @@ -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/pyinstaller-action-linux@0.1.4 - 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/pyinstaller-action-linux@0.1.4 +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 +