Skip to content

chore: update everything #9

chore: update everything

chore: update everything #9

Workflow file for this run

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