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 414416a commit 55f6980Copy full SHA for 55f6980
admin-tools/make-dist-3.7-3.10.sh
@@ -26,7 +26,8 @@ if ! source ./setup-python-3.7.sh ; then
26
exit $?
27
fi
28
29
-source ../${PACKAGE_MODULE}/version.py
+cd ..
30
+source ./${PACKAGE_MODULE}/version.py
31
if [[ ! -n $__version__ ]]; then
32
echo "Something is wrong: __version__ should have been set."
33
exit 1
@@ -68,6 +69,7 @@ tarball=dist/${PACKAGE}-${__version__}.tar.gz
68
69
70
if [[ -f $tarball ]]; then
71
version_specific_tarball=dist/${PACKAGE_NAME}_37-${__version__}.tar.gz
72
+ mv -v $tarball $version_specific_tarball
73
twine check $version_specific_tarball
74
75
twine check dist/${PACKAGE_MODULE}-${__version__}-py3*.whl
0 commit comments