Skip to content

bootstrap from template #5

bootstrap from template

bootstrap from template #5

Workflow file for this run

name: Build package and push to PyPi
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 }}
ignore_dev_requirements: "yes"
plugins: "poetry-dynamic-versioning-plugin"