Skip to content

v0.4.3

v0.4.3 #33

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@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}