We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df586e commit a45890dCopy full SHA for a45890d
.github/workflows/python-release.yml
@@ -89,6 +89,13 @@ jobs:
89
shasum -a 512 "${name}" > "${name}.sha512"
90
done
91
92
+ - name: Import GPG Key
93
+ id: import_gpg
94
+ uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
95
+ with:
96
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
97
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
98
+
99
- name: Generate GPG signatures
100
if: startsWith(matrix.os, 'ubuntu')
101
run: |
0 commit comments