Skip to content

Add pixi workflow, github CI yml, python script to create pyinstaller… #1

Add pixi workflow, github CI yml, python script to create pyinstaller…

Add pixi workflow, github CI yml, python script to create pyinstaller… #1

Workflow file for this run

name: release
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.4.1
- name: Build with PyInstaller
run: pixi run build-backend
- name: Create ZIP Archive
run: pixi run create-archive
- name: Upload archive
uses: softprops/action-gh-release@v1
with:
files: *.zip

Check failure on line 31 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 31