Skip to content

chore(requirements.txt): Update requirements version #104

chore(requirements.txt): Update requirements version

chore(requirements.txt): Update requirements version #104

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", "dev-gucats", "dev-gucats_old" ]
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.14
uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Create .venv & Install Dependencies
run: |
./scripts/install_requirements_.venv.cmd
- name: Cleanup Before Build
run: |
./scripts/build/cleanup-before-first-build.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/