vmagamedov / grpclib

Pure-Python gRPC implementation for asyncio
http://grpclib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
936 stars 92 forks source link

Added wheel package upon release #188

Closed bartversluijs closed 5 months ago

bartversluijs commented 5 months ago

For cross-compilation projects, as we are building ourselves, it is easier to have the wheel package also distributed upon release.

This small, but effective, change solves that :)

vmagamedov commented 5 months ago

Looks like wheel dependency is missing, I'll add it myself.

vmagamedov commented 5 months ago

Issued 0.4.8rc1 release candidate, you can test it.

LeonB commented 5 months ago

Thanks!