Skip to content

Package Application with Pyinstaller for Windows #3

Package Application with Pyinstaller for Windows

Package Application with Pyinstaller for Windows #3

name: Package Application with Pyinstaller for Windows
on:
release:
types: [created]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
spec: src/molclass.spec
- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
path: src/dist/windows