Merge "Revert "Make sure wheel is installed for python releases""
This commit is contained in:
commit
e766c6cc9b
@ -1,13 +1,3 @@
|
|||||||
- name: Check for wheel
|
|
||||||
command: "{{ release_python }} -m wheel"
|
|
||||||
failed_when: false
|
|
||||||
register: wheel_exists
|
|
||||||
|
|
||||||
- name: Install wheel
|
|
||||||
command: "{{ release_python }} -m pip install wheel"
|
|
||||||
become: yes
|
|
||||||
when: wheel_exists.rc != 0
|
|
||||||
|
|
||||||
- name: Build a tarball and wheel
|
- name: Build a tarball and wheel
|
||||||
command: "{{ release_python }} setup.py sdist bdist_wheel {{ bdist_wheel_xargs }}"
|
command: "{{ release_python }} setup.py sdist bdist_wheel {{ bdist_wheel_xargs }}"
|
||||||
args:
|
args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user