Skip to content

chore: add py.typed marker for PEP 561 (#9) #1

chore: add py.typed marker for PEP 561 (#9)

chore: add py.typed marker for PEP 561 (#9) #1

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uv build
- uses: pypa/gh-action-pypi-publish@release/v1