Skip to content

Support pydantic v2 and get rid of plum warnings (#922) #55

Support pydantic v2 and get rid of plum warnings (#922)

Support pydantic v2 and get rid of plum warnings (#922) #55

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- "**"
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
- name: Publish package distributions to PyPI
run: pdm publish