Skip to content

Merge pull request #6 from mpol1t/update-pyproject #4

Merge pull request #6 from mpol1t/update-pyproject

Merge pull request #6 from mpol1t/update-pyproject #4

Workflow file for this run

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