Skip to content

bump version to 0.6.0 #24

bump version to 0.6.0

bump version to 0.6.0 #24

Workflow file for this run

name: release
on:
push:
tags: ["*"]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@v1
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@40bd608aa33e574baf89ed4290db19751df3bccf
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}
pypi:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@40bd608aa33e574baf89ed4290db19751df3bccf
with:
python-version: 3.9
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_TOKEN}}