Skip to content

Commit

Permalink
ci: add publish workflow for pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Apr 2, 2024
1 parent 0249dab commit 8dc6f12
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 @@ -12,3 +12,7 @@ jobs:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}
pypi:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_TOKEN}}

0 comments on commit 8dc6f12

Please sign in to comment.