Skip to content

v2.1.1

v2.1.1 #3

Workflow file for this run

name: Build and publish
on:
release:
types: [released]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Build and publish to PyPi'
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}