Skip to content

Fix Linux CI

Fix Linux CI #43

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Build on Darwin (macOS)
permissions:
contents: read
on:
push:
branches:
- main
tags:
- '*'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: "3.13"
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt -U
- name: Build app bundle
run:
python3 build.py
- name: Upload ZIP
uses: actions/upload-artifact@v4.3.1
with:
name: Aura-Text
path: dist