Skip to content

<feature> modify Action #9

<feature> modify Action

<feature> modify Action #9

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@python3-10-pyinstaller-5-3
with:
path: src
pypi_url: https://pypi.org
pypi_index_url: https://pypi.org/simple
spec: "main.spec"
- uses: actions/upload-artifact@v4
with:
name: Action-Build
path: |
src/dist/windows/
src/source.rst
src/target.rst
src/main.ico