build: only sign if a gpg key able to sign is present
Some checks failed
CI / build (push) Failing after 1m50s

This commit is contained in:
2026-01-06 18:07:34 +01:00
parent b3365afe5b
commit 1c9f6cccd2
6 changed files with 107 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ serde_json = "1.0.145"
directories = "6.0.0"
ssh2 = "0.9.5"
tempfile = "3.10.1"
gpgme = "0.11"
[dev-dependencies]
test-log = "0.2.19"