From a4ce46094fc7d699ed66a5e9d72dd13dbf248864 Mon Sep 17 00:00:00 2001 From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com> Date: Sun, 20 Oct 2024 15:33:44 +1000 Subject: [PATCH] hopefully this works now --- .github/workflows/script-build.yml | 2 ++ .github/workflows/script-release.yml | 2 ++ requirements.txt | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/script-build.yml b/.github/workflows/script-build.yml index 3959c0f..e6ff8da 100644 --- a/.github/workflows/script-build.yml +++ b/.github/workflows/script-build.yml @@ -4,9 +4,11 @@ on: push: paths: - 'script.py' + - 'requirements.txt' pull_request: paths: - 'script.py' + - 'requirements.txt' workflow_dispatch: jobs: diff --git a/.github/workflows/script-release.yml b/.github/workflows/script-release.yml index 727bb9e..2107b06 100644 --- a/.github/workflows/script-release.yml +++ b/.github/workflows/script-release.yml @@ -4,6 +4,8 @@ run-name: Release ${{ github.ref_name }} on: push: + tags: + - "v*" permissions: contents: write diff --git a/requirements.txt b/requirements.txt index bb46715..8de5c1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pillow==11.0.0 # Compiling - +https://github.com/pyinstaller/pyinstaller/archive/7ebb7014a47f635a2475e4047714f45578f03dec.zip # idk if this actually works or not # Documentation mkdocs==1.6.1