Skip to content

[pre-commit.ci] pre-commit autoupdate #22

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #22

Workflow file for this run

name: Build branch
on:
push:
branches: [main, 'release/v*']
pull_request:
jobs:
build:
strategy:
matrix:
python_version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
os: [ubuntu-latest, windows-latest]
include:
- python_version: '3.12'
os: ubuntu-latest
upload: true
uses: ./.github/workflows/build.yaml
with:
runs-on: ${{ matrix.os }}
python-version: ${{ matrix.python_version }}
upload-build-artifacts: ${{ matrix.upload == true }}
upload-documentation-artifacts: ${{ matrix.upload == true }}