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 wheels on PyPI

See original GitHub issue

Hi,

Thanks for making this great library! It would be awesome if there could be wheels built and uploaded to PyPI. This is as easy as:

python setup.py bdist_wheel
twine upload dist/opensimplex-0.3-py3-none-any.whl

Certain packaging/distribution tools require wheels to be available, since wheels do not require additional build steps and are easier to work with.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lmascommented, Sep 26, 2020

All done and uploaded wheels, enjoy

1reaction
lmascommented, Sep 21, 2020

Hello and thanks!

Not that well versed in the python world anymore and last time I made an upgrade I didn’t realize there were any obvious demand or usage of wheels so I simply skipped it… Time to fix that! Once I get a free evening I’ll upload a wheel for you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building and Uploading to PyPi - The Sheer Joy of Packaging!
It transparently builds the associated wheel and install it. Publishing to PyPI¶. twine utility is used for publishing Python packages on PyPI. It...
Read more >
How to Publish an Open-Source Python Package to PyPI
The most important documents that define how Python packaging works are the following PEPs: PEP 427 describes how wheels should be packaged. PEP ......
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 >
Packaging and distributing projects
Source distributions. Wheels. Pure Python Wheels. Platform Wheels. Uploading your Project to PyPI. Create an account. Upload your distributions ...
Read more >
How to Upload Your Python Package to PyPI and pip
PyPI lets you find, install and even publish your Python packages so that they are widely available to the public. More than 300,000...
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