Incorrect directory [build wheel]

This commit is contained in:
matham 2018-06-17 16:46:45 -04:00 committed by Gabriel Pettier
parent 8bdde494b7
commit 3070c03ba3
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ script:
wheel_date=$(python -c "from datetime import datetime; print(datetime.utcnow().strftime('%Y%m%d'))");
git_tag=$(git rev-parse --short HEAD);
wheel_name="dev0.$wheel_date.$git_tag";
ls wheelhouse/;
ls ../wheelhouse/;
for name in ../wheelhouse/*.whl; do
new_name="${name/dev0/$wheel_name}";