Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Upload wheels to PyPI #156

Open
johnthagen opened this issue Jun 1, 2020 · 0 comments
Open

Upload wheels to PyPI #156

johnthagen opened this issue Jun 1, 2020 · 0 comments

Comments

@johnthagen
Copy link
Contributor

johnthagen commented Jun 1, 2020

Wheels (.whl) for this package are currently missing from PyPI. Could wheels be uploaded for the current and future releases?

Read more about the advantages of wheels to understand why generating wheel distributions are important.

To create a wheel along with source distribution:

(venv) $ pip install --upgrade pip setuptools wheel
(venv) $ python setup.py sdist bdist_wheel

# See dist/*.whl

To upload wheels:

(venv) $ pip install twine
(venv) $ twine upload dist/*
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant