Skip to content

refactor: revert to typing-extensions library (#333) #20

refactor: revert to typing-extensions library (#333)

refactor: revert to typing-extensions library (#333) #20

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
default:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- run: uv python install
- uses: actions/setup-node@v4
- run: make build
- run: make install
- id: release
uses: pypa/gh-action-pypi-publish@release/v1