Skip to content

v1.0.1

v1.0.1 #20

Workflow file for this run

# This workflows will upload a Python Package using Poetry when a release is created
name: PyPI synchronization
on:
release:
types: [created]
jobs:
deploy:
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 }}