Skip to content

build: it's README.rst, not README.md #26

build: it's README.rst, not README.md

build: it's README.rst, not README.md #26

Workflow file for this run

name: Build and upload to PyPI
on:
push:
tags: ["*"]
jobs:
pypi:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_TOKEN}}