question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish .whl to PyPI

See original GitHub issue

Hi @GenevieveBuckley @jakirkham ,

Another humble request 🙏 – We are trying to use dask-image in Pyodide / JupyterLite and its needs the *.whl file. Could this please be published to PyPI? It looks like there is only the sdist now. It can be generated with, for example cd ~/src/dask-image; pip wheel .

Thank you!

CC: @bnmajor

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
jakirkhamcommented, Oct 20, 2022

Thanks Matt! 🙏

Now that is in we should be good to do this as part of the next release.

1reaction
thewtexcommented, Oct 19, 2022

Think this would just be a matter of updating this line.

👀

Maybe an easy PR for someone?

🙋 #272

😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Publish an Open-Source Python Package to PyPI
PyPI, typically pronounced pie-pee-eye, is a repository containing several hundred thousand packages. These range from trivial Hello, World ...
Read more >
How do you upload a single wheel file to a pypi server?
Yes! Just change to the directory where your wheel file is, then... pip install twine twine upload file_name.whl --repository-url ...
Read more >
Building and Uploading to PyPi - The Sheer Joy of Packaging!
a Built Distribution; a ZIP-format archive with .whl extension ... twine utility is used for publishing Python packages on PyPI.
Read more >
How to Upload Your Python Package to PyPI and pip
How to make your Python package available on PyPi · Step 1: Ensure you have pip installed · Step 3: Package your Python...
Read more >
How to upload your python package to PyPi - Medium
Make your code publish-ready · Create a python package · Create the files PyPi needs · Create a PyPi account · Upload your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found