Skip to content

Commit

Permalink
hopefully this works now
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Oct 20, 2024
1 parent c4fe81f commit a4ce460
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/script-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- 'script.py'
- 'requirements.txt'
pull_request:
paths:
- 'script.py'
- 'requirements.txt'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/script-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ run-name: Release ${{ github.ref_name }}

on:
push:
tags:
- "v*"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4ce460

Please sign in to comment.