Skip to content

Bump pillow from 12.1.1 to 12.2.0 #96

Bump pillow from 12.1.1 to 12.2.0

Bump pillow from 12.1.1 to 12.2.0 #96

Workflow file for this run

name: build
on:
push:
branches:
- '**'
- '!main'
paths-ignore:
- .github/workflows/*
- .gitignore
- LICENSE
- README.md
jobs:
build:
uses: opengood-ai/central-workflows/.github/workflows/python-package-build.yml@main
with:
run-code-coverage: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}