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

Provide wheels for Linux on pypi #170

Closed
legoktm opened this issue Nov 15, 2016 · 3 comments · Fixed by #239
Closed

Provide wheels for Linux on pypi #170

legoktm opened this issue Nov 15, 2016 · 3 comments · Fixed by #239

Comments

@legoktm
Copy link
Contributor

legoktm commented Nov 15, 2016

It would be nice if wheels were available for Linux users on pypi so it didn't have to be built when installing.

@ghost
Copy link

ghost commented Nov 15, 2016

mwparser on wheels

@legoktm
Copy link
Contributor Author

legoktm commented Dec 30, 2016

After reading PEP 513, this is more complicated than it appears at first.

We should investigate setting up something like https://github.com/pypa/python-manylinux-demo so the wheels are built automatically.

@earwig
Copy link
Owner

earwig commented Dec 30, 2016

We'll try this for 0.5.

legoktm added a commit to legoktm/mwparserfromhell that referenced this issue Feb 9, 2020
Just like the Windows wheels, these allow for Linux users to install
mwparserfromhell and use the faster CTokenizer without needing to
have build tools installed.

Under the hood, this uses pypa manylinux1 docker image to build and
tag the wheels, then publishes them to pypi if a new tag was pushed.

Fixes earwig#170.
@earwig earwig closed this as completed in 8fdf75c Feb 11, 2020
@earwig earwig added this to the version 0.6 milestone Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants