airspeed-velocity / asv

Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
https://asv.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
874 stars 180 forks source link

Wheels are missing on PyPI #1337

Closed rgommers closed 1 year ago

rgommers commented 1 year ago

I noticed this because of downloading dependencies and building a wheel for asv 0.6 in SciPy CI. It is good practice to release a wheel also for pure Python packages. No releases have one though. Is there any reason why they are missing?

HaoZeke commented 1 year ago

None I can think of, will add them for the next release :)

In fact it would be best to have it since we do ship some compiled code (the rangemedian code).

EDIT: We don't have TPM setup, so its a little annoying, but doable.