Skip to content

Fix sysconfig relocator mangling NDK paths under /usr/local #42

Fix sysconfig relocator mangling NDK paths under /usr/local

Fix sysconfig relocator mangling NDK paths under /usr/local #42

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.12
- 3.13.12
- 3.14.3
uses: ./.github/workflows/build-python-version.yml
with:
python_version: ${{ matrix.python_version }}
secrets: inherit