From ba59d484e8025bec05ca7e7bd8857195c3382d32 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Mon, 17 Nov 2025 10:18:09 +0100 Subject: [PATCH] Clean up old publish scripts --- plugin-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin-template b/plugin-template index a7d380b4..dabf065a 100755 --- a/plugin-template +++ b/plugin-template @@ -174,6 +174,9 @@ DEPRECATED_FILES = { ".github/workflows/scripts/update_ci.sh", ".github/workflows/scripts/docs-publisher.py", ".github/workflows/scripts/publish_docs.sh", + ".github/workflows/scripts/publish_client_gem.sh", + ".github/workflows/scripts/publish_client_pypi.sh", + ".github/workflows/scripts/publish_plugin_pypi.sh", ".travis", ".travis.yml", "flake8.cfg",