Skip to content

v1.0.0 Upgraded to Python 3.11 #2

v1.0.0 Upgraded to Python 3.11

v1.0.0 Upgraded to Python 3.11 #2

Workflow file for this run

name: Build
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install pyinstaller
- run: pyinstaller --onefile --console --name pyrcedit pyrcedit.py
- name: Upload release asset
uses: softprops/action-gh-release@v2
with:
files: dist/pyrcedit.exe