cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
114 stars 16 forks source link

publish wheels #160

Open dimbleby opened 1 week ago

dimbleby commented 1 week ago

this project only publishes a source distribution eg see https://pypi.org/project/wagon/#files (how ironic!)

it looks as though the makefile tries to build and publish wheels, I do not know where that goes wrong

https://github.com/cloudify-cosmo/wagon/blob/85769ca060d7440e2b73479fc9bdc46f6e9c45b4/Makefile#L54-L57