Skip to content

Bump to 4.0.1 for release #21

Bump to 4.0.1 for release

Bump to 4.0.1 for release #21

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish python poetry package
uses: JRubics/poetry-publish@v1.9
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}