mirror of https://github.com/kivy/kivy.git
Incorrect directory [build wheel]
This commit is contained in:
parent
8bdde494b7
commit
3070c03ba3
|
@ -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}";
|
||||
|
|
Loading…
Reference in New Issue