Skip to content

Commit

Permalink
Merge pull request #272 from DerekStride/publish-fixes
Browse files Browse the repository at this point in the history
Publish fixes
  • Loading branch information
DerekStride authored Aug 9, 2024
2 parents cb6c051 + b592ed3 commit c9eedc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to NPM
name: Publish Packages
on:
release:
types: [published]
Expand Down Expand Up @@ -31,8 +31,12 @@ jobs:
override: true
- uses: katyo/publish-crates@v2
with:
args: --allow-dirty
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
pypi-publish:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
with:
python-version: 3.11
generate: true
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
2 changes: 1 addition & 1 deletion setup.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9eedc9

Please sign in to comment.