Skip to content

feat: support rich>=12.4.4 #5

feat: support rich>=12.4.4

feat: support rich>=12.4.4 #5

Workflow file for this run

name: Publish PyPI Package
on:
push:
tags:
- 'v*.*.*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build package and publish to PyPI
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}