Skip to content

chore(deps): update actions/upload-artifact action to v3 #28

chore(deps): update actions/upload-artifact action to v3

chore(deps): update actions/upload-artifact action to v3 #28

name: 3.11
on:
push:
paths:
- src/**/*.py
- tests/**/*.py
- .github/workflows/build.yml
- .github/workflows/build-python-311-macos.yml
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
uses: ./.github/workflows/build.yml
with:
python_version: 3.11
os: macos-latest