Skip to content

Commit 4be5453

Browse files
committed
Add gpg key for 3.8 release manager
1 parent 370d0ef commit 4be5453

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/build_scripts/build_utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ function build_cpythons {
9191
# Import public keys used to verify downloaded Python source tarballs.
9292
# https://www.python.org/static/files/pubkeys.txt
9393
gpg --import ${MY_DIR}/cpython-pubkeys.txt
94+
# Add version 3.8 release manager's key
95+
gpg --recv-keys "B26995E310250568"
9496
for py_ver in $@; do
9597
build_cpython $py_ver
9698
done

0 commit comments

Comments
 (0)