Skip to content

Merge pull request #293 from LlmKira/kook #13

Merge pull request #293 from LlmKira/kook

Merge pull request #293 from LlmKira/kook #13

Workflow file for this run

name: publish
on:
push:
tags:
- lib*
workflow_dispatch:
inputs:
tags:
description: 'Test tags'
required: true
permissions:
contents: read
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish python package
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}