Skip to content

release: v2.0.3

release: v2.0.3 #13

Workflow file for this run

name: UploadPyPi
on:
push:
branches-ignore:
- '**'
tags:
- 'v*'
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}