Skip to content

Commit

Permalink
Create python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoDeg40 committed Oct 17, 2023
1 parent 067b38e commit 83ff957
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

name: Package Application with Pyinstaller

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: src

- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
path: src/dist/windows

0 comments on commit 83ff957

Please sign in to comment.