Skip to content

! v1.1.6

! v1.1.6 #8

Workflow file for this run

# https://github.com/marketplace/actions/publish-python-poetry-package
name: PyPi 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@v1.13
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}