From 5dc74a1454bb9dca5180e2adf28a22c4766200b1 Mon Sep 17 00:00:00 2001 From: derekstride Date: Thu, 8 Aug 2024 12:02:25 -0400 Subject: [PATCH] fix --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2555c93..8aa1269 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,7 @@ jobs: pypi-publish: uses: DerekStride/tree-sitter-workflows/.github/workflows/package-pypi.yml@test-rebuild with: + python-version: 3.11 rebuild-parser: true secrets: PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}