From 9d11be447a2b830c944ac86e085168cca601facd Mon Sep 17 00:00:00 2001 From: Kerwin <37063904+zhuangchong@users.noreply.github.com> Date: Wed, 20 Apr 2022 13:07:27 +0800 Subject: [PATCH] [Python] Make detached signature during release (#9607) --- dolphinscheduler-python/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-python/pom.xml b/dolphinscheduler-python/pom.xml index 6088bf7ac7..a4426a74df 100644 --- a/dolphinscheduler-python/pom.xml +++ b/dolphinscheduler-python/pom.xml @@ -105,7 +105,7 @@ -c - gpg --armor --sign dist/*.tar.gz + gpg --armor --detach-sign --digest-algo=SHA512 dist/*.tar.gz @@ -122,7 +122,7 @@ -c - gpg --armor --sign dist/*.whl + gpg --armor --detach-sign --digest-algo=SHA512 dist/*.whl