Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStride committed Aug 8, 2024
1 parent e97d2eb commit 8e4bb4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Packages
on:
release:
types: [published]
push:
branch: publish-fixes-test

jobs:
npm-publish:
Expand Down Expand Up @@ -34,9 +34,9 @@ jobs:
args: --allow-dirty
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
pypi-publish:
uses: DerekStride/tree-sitter-workflows/.github/workflows/package-pypi.yml@rebuild-parser
uses: DerekStride/tree-sitter-workflows/.github/workflows/package-pypi.yml@test-rebuild
with:
python-version: 3.11
rebuild-parser: true
generate: true
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}

0 comments on commit 8e4bb4d

Please sign in to comment.