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

Publish sdist and bdist wheel #622

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

groodt
Copy link
Contributor

@groodt groodt commented Aug 13, 2023

Description

Closes #411

This PR provides a script that builds an sdist and wheels for python 2.7, 3.5, 3.6, 3.7, 3.8 and 3.9. The resulting artifacts can then be uploaded to Test PyPI or PyPI using twine.

The benefits of wheels are well documented. See: https://pythonwheels.com/
This package is pure Python and publishing it as both source and as a wheel is simple.

It follows #536 which was closed without merging

@edschofield
Copy link
Contributor

Thanks @groodt !

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

Successfully merging this pull request may close these issues.

Can a wheel be built and uploaded to pypi along with a tarball
2 participants