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.
2 parents 99c838e + 0bca624 commit 6299e36Copy full SHA for 6299e36
admin-tools/make-dist-3.7-3.10.sh
@@ -30,6 +30,10 @@ for pyversion in $PYVERSIONS; do
30
if ! pyenv local $pyversion ; then
31
exit $?
32
fi
33
+ if [[ ${pyversion:0:6} == "pyston" ]] ; then
34
+ echo "$pyversion - Pyston does not get special packaging"
35
+ continue
36
+ fi
37
# pip bdist_egg create too-general wheels. So
38
# we narrow that by moving the generated wheel.
39
0 commit comments