Skip to content

Kanelbulle release candidate 6.0.0a15 #22

Kanelbulle release candidate 6.0.0a15

Kanelbulle release candidate 6.0.0a15 #22

name: Build for PyPI
on:
release:
types: [published]
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
plugins: "poetry-dynamic-versioning[plugin]"