Skip to content

0.1.0

0.1.0 #29

Workflow file for this run

name: publish
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish python package
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}