Skip to content

v0.4.5

v0.4.5 #17

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@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}