Skip to content

Update pre-commit-config #18

Update pre-commit-config

Update pre-commit-config #18

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 }}