Fix make wheel target name

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-16 03:16:43 -04:00
parent 4f9c2314fa
commit 66ac9eebee

View File

@@ -119,7 +119,7 @@ job_build_python:
- update-locale LANG=en_US.UTF-8
- export LC_ALL=en_US.UTF-8
- pip install -r requirements/build.txt
- make wheel
- make python-wheel
only:
- releases/all
- releases/python