Publish wheels on PyPI
See original GitHub issueHi,
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:
- Created 3 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
All done and uploaded wheels, enjoy
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.