Skip to content

Commit

Permalink
Merge pull request #270 from DerekStride/publish-pypi
Browse files Browse the repository at this point in the history
feat: publish package to pypi
  • Loading branch information
DerekStride authored Aug 7, 2024
2 parents 6f1e8bf + c4705cd commit 76d06d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
pypi-publish:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}

0 comments on commit 76d06d8

Please sign in to comment.