Skip to content

chore: adjust version #1554

chore: adjust version

chore: adjust version #1554

Workflow file for this run

name: Codebase validation
on:
push:
branches:
- winget-patch
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pr-check:
name: Check Python
uses: ./.github/workflows/check-python.yaml
pr-build:
name: Build & Test Python
needs: pr-check
uses: ./.github/workflows/build-python.yaml
pr-binaries-build:
name: Build & Test Binaries
needs: pr-check
uses: ./.github/workflows/build-binaries.yaml
with:
production_release: "true"
python_version: "3.12"
secrets: inherit