Skip to content

Commit

Permalink
Create pyinstallerlinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cart1416 authored Nov 21, 2024
1 parent 7866bb5 commit 85f71e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pyinstallerlinux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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

0 comments on commit 85f71e7

Please sign in to comment.