HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
181 stars 89 forks source link

Publish whl files to pypi #159

Closed dlopes7 closed 3 months ago

dlopes7 commented 4 months ago

Any reason why the whl files are not published to pypi? Only the source? Having pre-built whl files would be quite handy, example the command:

pip download --only-binary=:all: --platform win_amd64 python-ilorest-library

Will fail for this library even though it is cross platform.

rajeevkallur commented 3 months ago

@dlopes7 , Will check this out soon

rajeevkallur commented 3 months ago

Wheel is also published now