Skip to content

v0.2.0

v0.2.0 #2

Workflow file for this run

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