Skip to content

chore(main): release 1.25.0 (#188) #32

chore(main): release 1.25.0 (#188)

chore(main): release 1.25.0 (#188) #32

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 }}