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 e8663c2 commit 414416aCopy full SHA for 414416a
admin-tools/make-dist-3.7-3.10.sh
@@ -26,7 +26,7 @@ if ! source ./setup-python-3.7.sh ; then
26
exit $?
27
fi
28
29
-source ${PACKAGE_MODULE}/version.py
+source ../${PACKAGE_MODULE}/version.py
30
if [[ ! -n $__version__ ]]; then
31
echo "Something is wrong: __version__ should have been set."
32
exit 1
0 commit comments