Skip to content

Bump uv from 0.2.21 to 0.2.22 #7

Bump uv from 0.2.21 to 0.2.22

Bump uv from 0.2.21 to 0.2.22 #7

Workflow file for this run

name: build
on:
pull_request:
# Only allow one instance of this workflow for each PR.
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: hynek/build-and-inspect-python-package@v2