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:
Tim Burke 2019-04-02 14:30:33 -07:00
parent a76af3f4f1
commit 15cba72359
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
find:
paths: "{{ pypi_path }}"
patterns: "*.whl"
excludes: "*-linux_x86_64.whl"
register: found_wheels
- name: Report no wheels to be uploaded