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

publish wheels #417

Open
dimbleby opened this issue Jan 7, 2025 · 3 comments
Open

publish wheels #417

dimbleby opened this issue Jan 7, 2025 · 3 comments
Assignees

Comments

@dimbleby
Copy link

dimbleby commented Jan 7, 2025

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and for all.

I did not find a workflow in this repository for publishing or I would have submitted a pull request. If you are doing this manually a typical workflow would be something like

python -m pip install build twine
python -m build
twine publish dist/*
@const-cloudinary
Copy link
Contributor

@dimbleby this is how we actually publish it. We just keep the scripts internally.

The published package is here:
https://pypi.org/project/cloudinary/

@dimbleby
Copy link
Author

dimbleby commented Jan 8, 2025

as you can see here you are only publishing the source distribution, and not the wheel

@const-cloudinary
Copy link
Contributor

@dimbleby , yes, you are right.

Thank you for reporting this!

Please check the latest version:
https://pypi.org/project/cloudinary/#files

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

No branches or pull requests

2 participants