Skip to content

Commit 944b0db

Browse files
committed
Update publish workflow with PyPI and crates
1 parent a412f4a commit 944b0db

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2323
with:
2424
generate: true
25-
# crates:
26-
# uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
27-
# secrets:
28-
# CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
29-
# with:
30-
# generate: true
31-
# pypi:
32-
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
33-
# secrets:
34-
# PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
35-
# with:
36-
# generate: true
25+
crates:
26+
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
27+
secrets:
28+
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
29+
with:
30+
generate: true
31+
pypi:
32+
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
33+
secrets:
34+
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
35+
with:
36+
generate: true

0 commit comments

Comments
 (0)