Skip to content

Merge branch 'main' of https://github.com/svdimchenko/pydantic-glue #8

Merge branch 'main' of https://github.com/svdimchenko/pydantic-glue

Merge branch 'main' of https://github.com/svdimchenko/pydantic-glue #8

Workflow file for this run

name: Publish Python Package
on:
push:
tags:
- "v*.*.*"
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_install_options: "--without dev"