pygnmi icon indicating copy to clipboard operation
pygnmi copied to clipboard

Feature: Distribute the whl file when publishing to pypi

Open dlopes7 opened this issue 2 years ago • 1 comments

I suggest you distribute the whl file, not only the source code when publishing the package to pypi.

It makes building cross compatible packages that include all wheel files possible for everyone.

For instance, trying to run (from a Windows machine):

pip download --only-binary=:all: --platform manylinux_2_17_x86_64 .

On a setup.py that has pygnmi willl fail with

Could not find a version that satisfies the requirement pygnmi (from <package>) (from versions: none)

dlopes7 avatar Nov 03 '23 12:11 dlopes7

Hey @dlopes7 , That sounds good, we will add it to the next release.

akarneliuk avatar Dec 20 '23 08:12 akarneliuk