Skip to content

fix(python): manually detect build platform #15

fix(python): manually detect build platform

fix(python): manually detect build platform #15

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}}