Skip to content

Release v0.14.0 #19

Release v0.14.0

Release v0.14.0 #19

Workflow file for this run

name: publish
on:
release:
types:
- published
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}