Skip to content

chore: autopublish 2023-11-22T08:23:28Z #7

chore: autopublish 2023-11-22T08:23:28Z

chore: autopublish 2023-11-22T08:23:28Z #7

Workflow file for this run

name: publish
on:
push:
tags:
- v*
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 }}