Skip to content

build(deps): bump extract-msg from 0.56.0 to 0.56.1 #293

build(deps): bump extract-msg from 0.56.0 to 0.56.1

build(deps): bump extract-msg from 0.56.0 to 0.56.1 #293

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