Skip to content

update build system #131

update build system

update build system #131

name: Python Lib Build
on:
pull_request:
workflow_dispatch:
jobs:
run:
uses: zepben/.github/.github/workflows/python-build.yml@main
secrets: inherit
strategy:
fail-fast: true
matrix:
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
with:
container: python:${{ matrix.python-version }}

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

View workflow run for this annotation

GitHub Actions / Python Lib Build

Invalid workflow file

The workflow is not valid. .github/workflows/python-lib-build.yml (Line: 16, Col: 18): Invalid input, container is not defined in the referenced workflow. .github/workflows/python-lib-build.yml (Line: 18, Col: 9): Invalid input, env is not defined in the referenced workflow.
env:
TOXENV=${{ matrix.python-version }}