Skip to content

0.7.0

0.7.0 #25

Workflow file for this run

name: Publish on Pypi
on:
release:
types: [published]
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4
# https://github.com/JRubics/poetry-publish
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}