My package, airship-steamcloud
, is on PyPI, and I generate three wheels for Windows (32- and 64-bit) and OS X, as well as one containing all the binaries for every platform. However, whenever I install it through pip
on a computer running OS X, it downloads the nonspecific wheel:
Collecting airship-steamcloud
Downloading airship_steamcloud-1.4.0-py2.py3-none-any.whl (595kB)
100% |████████████████████████████████| 598kB 746kB/s
Is this an issue with how the wheel is named?
List of wheels is available here. I generate them with this script.