Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Add docs

Add docs #31

Workflow file for this run

name: release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
inputs:
version:
type: string
description: 'Release version'
required: true
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-python
- uses: ./.github/actions/setup-npm
- run: pnpm build
- run: rye build
- run: rye publish --token ${{ secrets.PYPI_TOKEN }} -y