Skip to content

fix(python): use platform.system() for detection #14

fix(python): use platform.system() for detection

fix(python): use platform.system() for detection #14

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