Skip to content

Narrow build-details.json rewrite to base_prefix; add post-build tests #45

Narrow build-details.json rewrite to base_prefix; add post-build tests

Narrow build-details.json rewrite to base_prefix; add post-build tests #45

Workflow file for this run

name: Build Python Packages
on:
push:
pull_request:
workflow_dispatch:
# Cancel in-flight runs when a newer event arrives for the same logical branch.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
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

Check failure on line 23 in .github/workflows/build-python.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-python.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-python.yml" -> "./.github/workflows/build-python-version.yml" (source branch with sha:3cb6025ef2243862c8faf713f4eb6c2bf81161d0) : (Line: 204, Col: 5): 'if' is already defined
with:
python_version: ${{ matrix.python_version }}
secrets: inherit