Balaji Veeramani 112a26533d [Datasets] [Docs] Add `seealso` to map-related methods (#30579) 1 year ago
..
ray 112a26533d [Datasets] [Docs] Add `seealso` to map-related methods (#30579) 1 year ago
requirements 8b98b51e4f [Core] allow worker lazily bind to job_id (#30883) 1 year ago
MANIFEST.in fa1c6510f7 [hotfix] Revert "Exclude Bazel build files from Ray wheels (#25679)" (#25950) 2 years ago
README-building-wheels.md 05c4e3fb2a [build] Build wheels with manylinux2014 (#11621) 4 years ago
asv.conf.json 9b8218aabd [docs] Move all /latest links to /master (#11897) 4 years ago
build-wheel-macos-arm64.sh 0c8b59d2d9 Prepare Python 3.11 support (#31170) 1 year ago
build-wheel-macos.sh 0c8b59d2d9 Prepare Python 3.11 support (#31170) 1 year ago
build-wheel-manylinux2014.sh 3011cd1a5c [ci] Build wheels for Linux ARM64 (#31522) 1 year ago
build-wheel-windows.sh 0c8b59d2d9 Prepare Python 3.11 support (#31170) 1 year ago
requirements.txt 0c8b59d2d9 Prepare Python 3.11 support (#31170) 1 year ago
requirements_linters.txt 0bd1c15644 Upgrade mypy for linters (#31678) 1 year ago
requirements_test.txt 80d13d16fd [docs] simple web crawler example (#31900) 1 year ago
setup.py 0c8b59d2d9 Prepare Python 3.11 support (#31170) 1 year ago

README-building-wheels.md

Building manylinux2014 wheels

WARNING: To cause everything to be rebuilt, this script will delete ALL changes to the repository, including both changes to tracked files, and ANY untracked files.

It will also cause all files inside the repository to be owned by root, and produce .whl files owned by root.

Inside the root directory (i.e., one level above this python directory), run

docker run -e TRAVIS_COMMIT=<commit_number_to_use> --rm -w /ray -v `pwd`:/ray -ti quay.io/pypa/manylinux2014_x86_64  /ray/python/build-wheel-manylinux2014.sh

The wheel files will be placed in the .whl directory.

Building MacOS wheels

To build wheels for MacOS, run the following inside the root directory (i.e., one level above this python directory).

./python/build-wheel-macos.sh

The script uses sudo multiple times, so you may need to type in a password.