Skip to content

v1.1.3

v1.1.3 #4

Workflow file for this run

name: Publish to PyPI
on:
release:
types: [published]
jobs:
publish-to-pypi:
name: Build and Publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}