Skip to content

chore: Bump python package version to 0.4.11 for a patch release #11

chore: Bump python package version to 0.4.11 for a patch release

chore: Bump python package version to 0.4.11 for a patch release #11

Workflow file for this run

name: Python tests
on:
pull_request:
paths:
- 'packages/python/**'
# Declare default permissions as read only.
permissions: read-all
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0
with:
src: './packages/python'