Skip to content

Commit 46f63c2

Browse files
committed
import gpg key
1 parent 3b96e99 commit 46f63c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ jobs:
8989
shasum -a 512 "${name}" > "${name}.sha512"
9090
done
9191
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+
9299
- name: Generate GPG signatures
93100
if: startsWith(matrix.os, 'ubuntu')
94101
run: |

0 commit comments

Comments
 (0)