Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Distribute the whl file when publishing to pypi #139

Open
dlopes7 opened this issue Nov 3, 2023 · 1 comment
Open

Feature: Distribute the whl file when publishing to pypi #139

dlopes7 opened this issue Nov 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dlopes7
Copy link

dlopes7 commented Nov 3, 2023

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)
@akarneliuk akarneliuk added the enhancement New feature or request label Dec 20, 2023
@akarneliuk
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants