Skip to content

chore(deps): bump actions/checkout in the action-dependencies group (… #102

chore(deps): bump actions/checkout in the action-dependencies group (…

chore(deps): bump actions/checkout in the action-dependencies group (… #102

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: Python Program - MSPCMangerHelper
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
strategy:
matrix:
include:
- os: windows-latest
architecture: x64
- os: windows-11-arm
architecture: ARM64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Set Up Python 3.11
uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Create .venv & Install Dependencies
run: |
./scripts/install_requirements_.venv.cmd
- name: Build EXE in .venv
run: |
./scripts/build/build_.venv.cmd
- name: Upload Artifact
uses: actions/upload-artifact@v5
with:
name: ${{ github.ref == 'refs/heads/main' && 'MSPCManagerHelper_Beta' || 'MSPCManagerHelper_Preview_Beta' }}_${{ matrix.os }}_${{ matrix.architecture }}
path: ./dist/