Skip to content

Build Python from source for darwin/iOS; de-pin Linux; bump to 3.12.1… #36

Build Python from source for darwin/iOS; de-pin Linux; bump to 3.12.1…

Build Python from source for darwin/iOS; de-pin Linux; bump to 3.12.1… #36

Workflow file for this run

name: Build Python Packages
on:
push:
branches:
- '**'
workflow_dispatch:
jobs:
build-matrix:
name: Build Python ${{ matrix.python_version }}
strategy:
fail-fast: false
matrix:
python_version:
- 3.12.13
- 3.13.13
- 3.14.5
uses: ./.github/workflows/build-python-version.yml
with:
python_version: ${{ matrix.python_version }}
secrets: inherit