Skip to content

Release v5.5.4

Release v5.5.4 #11

Workflow file for this run

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