Skip to content

Release v5.5.2

Release v5.5.2 #9

Workflow file for this run

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