Skip to content

Commit

Permalink
try updating pyinstaller
Browse files Browse the repository at this point in the history
to get rid of deprecation warning
  • Loading branch information
maximxlss committed Sep 17, 2023
1 parent 16d7437 commit 488ab67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
- uses: actions/checkout@v2

- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: ./
spec: ./qumupam.spec
requirements: .github/workflows/requirements.txt

- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 488ab67

Please sign in to comment.