Skip to content

0.6.4

0.6.4 #16

Workflow file for this run

name: Publish
on:
release:
types: [published]
workflow_dispatch:
inputs:
tag:
description: Tag for manually running the Publish workflow
required: False
default: ''
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}