Skip to content

build(deps): bump github/codeql-action from 4.37.4 to 4.37.8 #287

build(deps): bump github/codeql-action from 4.37.4 to 4.37.8

build(deps): bump github/codeql-action from 4.37.4 to 4.37.8 #287

name: "Packaging Test"
on:
push:
branches: [main]
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 wheel and source distribution
run: |
uv build
- name: Check distributions
run: |
uv publish --dry-run dist/*