Exclude linux_x86_64 wheels from upload to PyPI
...who would just reject them with Binary wheel '...' has an unsupported platform tag 'linux_x86_64'. anyway. Change-Id: Ie656de99ec1a7b00490f99b89dfc33d5e73ad079
This commit is contained in:
parent
a76af3f4f1
commit
15cba72359
@ -13,6 +13,7 @@
|
|||||||
find:
|
find:
|
||||||
paths: "{{ pypi_path }}"
|
paths: "{{ pypi_path }}"
|
||||||
patterns: "*.whl"
|
patterns: "*.whl"
|
||||||
|
excludes: "*-linux_x86_64.whl"
|
||||||
register: found_wheels
|
register: found_wheels
|
||||||
|
|
||||||
- name: Report no wheels to be uploaded
|
- name: Report no wheels to be uploaded
|
||||||
|
Loading…
Reference in New Issue
Block a user