Skip to content

v0.5.1

v0.5.1 #17

Workflow file for this run

name: build
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Build and publish to PyPI
uses: JRubics/poetry-publish@v1.10
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}