From 668c56ab353619d1c8c641271778a32821ff8736 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 1 Mar 2026 00:16:47 +0100 Subject: [PATCH] CI: Set ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 It helps not getting flagged or rejected as a bot by central.sonatype.com. --- .github/workflows/python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 93a2748..97cdea8 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -61,6 +61,8 @@ jobs: uv sync --all-groups - name: Run linter and software tests + env: + ANTLR4_TOOLS_ANTLR_VERSION: 4.13.2 run: | uv run poe check