Skip to content

chore(main): release 1.9.0 (#101) #15

chore(main): release 1.9.0 (#101)

chore(main): release 1.9.0 (#101) #15

Workflow file for this run

name: Publish PyPI
on:
push:
tags:
- "v*.*.*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to PyPI
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}