Skip to content

Publish package to PyPI #12

Publish package to PyPI

Publish package to PyPI #12

Workflow file for this run

name: Publish package to PyPI
on:
release:
types: [published]
jobs:
pypi_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}