I'm having trouble figuring out how to sign a library when deploying it to clojars.
I'm using lein 2.1.2 and the clojars plugin (0.9.1). I pasted my ssh key into clojars profile. I successfully created a pgp pair with gpg, and as per directions, pasted the entire public key into my clojars profile, including the header lines: -----BEGIN PGP PUBLIC KEY BLOCK----- and -----END PGP PUBLIC KEY BLOCK----- I deploy the library to clojars with "lein push", and the library uploads successfully, but does not appear to be signed. It is a release version, not a snapshot. I've reread the DEPLOY.md file on the lein site several times, but can't figure out what else I should be doing. What's the trick? Thanks, Mark -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
