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

Release wheel on PyPI #341

Open
pombredanne opened this issue Mar 2, 2022 · 4 comments
Open

Release wheel on PyPI #341

pombredanne opened this issue Mar 2, 2022 · 4 comments

Comments

@pombredanne
Copy link
Contributor

It would nice to also release wheels on PyPI.

@pombredanne
Copy link
Contributor Author

As for why this useful and how it can be automated, see also construct/construct#974

@erocarrera
Copy link
Owner

Hi @pombredanne, it sounds quite sensible. The next release will include wheels.

@johnthagen
Copy link

johnthagen commented Mar 16, 2022

See advantages of wheels.

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 wheel and source distribution:

(venv) $ pip install twine
(venv) $ twine upload dist/*

@pombredanne
Copy link
Contributor Author

@erocarrera re:

erocarrera commented on Mar 6
Hi @pombredanne, it sounds quite sensible. The next release will include wheels.

Thank you ++for the release at https://pypi.org/project/pefile/2022.5.30/ but I do not see a wheel there yet? 😇
This can still be added now alright and would be mucho welcomed!

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

3 participants