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 370d0ef commit 4be5453Copy full SHA for 4be5453
docker/build_scripts/build_utils.sh
@@ -91,6 +91,8 @@ function build_cpythons {
91
# Import public keys used to verify downloaded Python source tarballs.
92
# https://www.python.org/static/files/pubkeys.txt
93
gpg --import ${MY_DIR}/cpython-pubkeys.txt
94
+ # Add version 3.8 release manager's key
95
+ gpg --recv-keys "B26995E310250568"
96
for py_ver in $@; do
97
build_cpython $py_ver
98
done
0 commit comments