Skip to content

build(deps): bump python-dotenv from 1.2.2 to 1.2.3 #286

build(deps): bump python-dotenv from 1.2.2 to 1.2.3

build(deps): bump python-dotenv from 1.2.2 to 1.2.3 #286

Workflow file for this run

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/*