Skip to content

Script to build wheels in manylinux docker image#1

Open
NotSqrt wants to merge 1 commit intoconhealth:developfrom
NotSqrt:develop
Open

Script to build wheels in manylinux docker image#1
NotSqrt wants to merge 1 commit intoconhealth:developfrom
NotSqrt:develop

Conversation

@NotSqrt
Copy link

@NotSqrt NotSqrt commented Apr 24, 2017

cf https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml on how to use this on Travis.

Basically, you need to run sudo docker run --rm -v $(pwd):/io quay.io/pypa/manylinux1_x86_64:latest bash /io/build-manylinux-wheels.sh, and wheels will be created in a wheelhouse folder for py27, py34, py35, py36.

I guess the best would be to be able to publish releases and wheels to https://pypi.python.org/pypi/tdb, but an alternative would be to rename this package to something like tdb-manypython or python-tdb.

Anyway, your project helped me to keep using py35/py36 and not go back to http://packages.ubuntu.com/xenial/python-tdb built only for py27.

Thanks !

@Dunedan
Copy link
Contributor

Dunedan commented Apr 26, 2017

Glad that you were able make use of it. :-)

Continuous integration and publishing on PyPi would be nice, but we're currently quite busy with other topics and as this project also isn't widely used it has a low priority for us. But if you want, feel free to contribute a PR adding such functionality. Some kind of tests would also be a welcome addition.

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.

2 participants