Skip to content

build(deps-dev): bump mypy from 2.3.0 to 2.3.1 #905

build(deps-dev): bump mypy from 2.3.0 to 2.3.1

build(deps-dev): bump mypy from 2.3.0 to 2.3.1 #905

Workflow file for this run

name: "Packaging Test"
on: [pull_request]
jobs:
check_packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up uv
uses: astral-sh/setup-uv@v10.0.1
with:
python-version: "3.14"
- name: Build package
run: uv build
- name: Check package
run: uv publish --dry-run