Skip to content

Commit 55f6980

Browse files
committed
Merge hell
1 parent 414416a commit 55f6980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

admin-tools/make-dist-3.7-3.10.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ if ! source ./setup-python-3.7.sh ; then
2626
exit $?
2727
fi
2828

29-
source ../${PACKAGE_MODULE}/version.py
29+
cd ..
30+
source ./${PACKAGE_MODULE}/version.py
3031
if [[ ! -n $__version__ ]]; then
3132
echo "Something is wrong: __version__ should have been set."
3233
exit 1
@@ -68,6 +69,7 @@ tarball=dist/${PACKAGE}-${__version__}.tar.gz
6869

6970
if [[ -f $tarball ]]; then
7071
version_specific_tarball=dist/${PACKAGE_NAME}_37-${__version__}.tar.gz
72+
mv -v $tarball $version_specific_tarball
7173
twine check $version_specific_tarball
7274
fi
7375
twine check dist/${PACKAGE_MODULE}-${__version__}-py3*.whl

0 commit comments

Comments
 (0)