From 4b01f281dbe988716745002fd705f7df90379c83 Mon Sep 17 00:00:00 2001 From: Norbert Biczo Date: Fri, 21 Nov 2025 08:51:10 +0100 Subject: [PATCH] chore: update a comment in `publish.yaml` Signed-off-by: Norbert Biczo --- .github/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a991ea1..300fd0b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,6 +1,5 @@ # This workflow is responsible for: -# - publishing artifacts to Maven Central -# - building and publishing javadocs to the git repository. +# - publishing the Python Package to PyPI. # It is triggered when a new release is created. name: publish