You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example project which builds 32- and 64-bit wheels for each Python interpreter
103
104
version can be found here: https://github.com/pypa/python-manylinux-demo.
104
105
105
106
This demonstrates how to use these docker images in conjunction with auditwheel
106
107
to build manylinux-compatible wheels using the free `travis ci <https://travis-ci.org/>`_
107
-
continuous integration service.
108
+
continuous integration service.
108
109
109
-
(NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110
+
(NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110
111
everything under the command line program `linux32`, which changes reported architecture
111
-
in new program environment. See `this example invocation <https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml#L14>`_)
112
+
in new program environment. See `this example invocation
0 commit comments