Skip to content

Upgrade to tree-sitter 0.22 and add Python, C and Go bindings (#87) #10

Upgrade to tree-sitter 0.22 and add Python, C and Go bindings (#87)

Upgrade to tree-sitter 0.22 and add Python, C and Go bindings (#87) #10

Workflow file for this run

name: Publish package
on:
push:
tags: ["*"]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
npm:
if: github.repository_owner == 'tree-sitter'
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:
if: github.repository_owner == 'tree-sitter'
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
# pypi:
# if: github.repository_owner == 'tree-sitter'
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
# secrets:
# PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}