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 b24a0f3 commit ed2c26aCopy full SHA for ed2c26a
admin-tools/make-dist-3.3-3.5.sh
@@ -44,6 +44,6 @@ done
44
python ./setup.py sdist
45
tarball=dist/${PACKAGE}-${__version__}.tar.gz
46
if [[ -f $tarball ]]; then
47
- mv -v $tarball dist/${PACKAGE}_31-${__version__}.tar.gz
+ mv -v $tarball dist/${PACKAGE}_33-${__version__}.tar.gz
48
fi
49
finish
0 commit comments