Skip to content

Commit 8e72f95

Browse files
committed
ci: Remove Python CI
1 parent 3c52909 commit 8e72f95

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v5
30-
- uses: actions/setup-node@v4
31-
with:
32-
node-version: 20
3330
- name: Set up tree-sitter
3431
uses: tree-sitter/setup-action/cli@v2
3532
- uses: actions/checkout@v4
@@ -38,4 +35,4 @@ jobs:
3835
generate: false
3936
test-rust: true
4037
test-node: true
41-
test-python: true
38+
node-version: 20

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ jobs:
3131
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
3232
with:
3333
generate: true
34-
pypi:
35-
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
36-
secrets:
37-
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
38-
with:
39-
generate: true

0 commit comments

Comments
 (0)