From ac8f7eb05ecdc03a4cc10205e18d42c39b7a3480 Mon Sep 17 00:00:00 2001 From: Cellan Hall <60790416+Ce11an@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:19:29 +0100 Subject: [PATCH] Use Python 3.11 for publishing (#5) --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d180c0..59ff905 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,3 +17,6 @@ jobs: uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main secrets: PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}} + with: + python-version: 3.11 + generate: true