Change directory structure for the linux snapshot builds.

Fixes #224
This commit is contained in:
Robin Dunn
2017-02-07 13:03:34 -08:00
parent 5fc970e38e
commit 7b35940528
2 changed files with 12 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ function do_build {
# copy the results back to the host's shared dist folder
WXPYVER=$(python -c "import buildtools; buildtools.printVersion()")
DEST=~/dist/linux/$WXPYVER/$NAME/$TAG
DEST=~/dist/linux/$TAG/$NAME
mkdir -p $DEST
mv dist/*.whl $DEST