Skip to content

Publish

Publish #25

Workflow file for this run

name: Publish
on:
create:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.6
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}