Skip to content

Update README

Update README #4

Workflow file for this run

name: Publish Python Package
on:
push:
tags:
- "v*.*.*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_version: "==1.7.1"
ignore_dev_requirements: "yes"