Skip to content

i wonder if this works... #128

i wonder if this works...

i wonder if this works... #128

name: Python Lib Build

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

View workflow run for this annotation

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

Invalid workflow file

(Line: 15, Col: 7): Unexpected value 'container', (Line: 16, Col: 7): Unexpected value 'env'
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" ]
container: python:${{ matrix.python-version }}
env:
TOXENV=${{ matrix.python-version }}