[Python] Make detached signature during release (#9607)

dependabot/maven/org.springframework-spring-core-5.3.19
Kerwin 2022-04-20 13:07:27 +08:00 committed by GitHub
parent 6155dc3dab
commit 9d11be447a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@
<arguments>
<argument>-c</argument>
<!-- We use `bash -c` here cause plugin exec-maven-plugin do not support wildcard-->
<argument>gpg --armor --sign dist/*.tar.gz</argument>
<argument>gpg --armor --detach-sign --digest-algo=SHA512 dist/*.tar.gz</argument>
</arguments>
</configuration>
</execution>
@ -122,7 +122,7 @@
<arguments>
<argument>-c</argument>
<!-- We use `bash -c` here cause plugin exec-maven-plugin do not support wildcard-->
<argument>gpg --armor --sign dist/*.whl</argument>
<argument>gpg --armor --detach-sign --digest-algo=SHA512 dist/*.whl</argument>
</arguments>
</configuration>
</execution>