Skip to content

fix: optimize the code format #22

fix: optimize the code format

fix: optimize the code format #22

name: Package Application with Pyinstaller
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
- uses: actions/upload-artifact@v3
with:
name: mwfileimport-win
path: src/dist/windows