Build wheels for s3

Summary: For Linux, instead of uploading wheels to PyPI which will only work with one particular version of PyTorch and CUDA, from the next release we will store a range of built wheels on S3.

Reviewed By: nikhilaravi

Differential Revision: D26209398

fbshipit-source-id: 945a6907b78807e1eedb25007f87f90bbf59f80e
This commit is contained in:
Jeremy Reizenstein
2021-02-05 05:50:46 -08:00
committed by Facebook GitHub Bot
parent 3463f418b8
commit e0753f0b0d
11 changed files with 261 additions and 45 deletions

View File

@@ -549,24 +549,6 @@ workflows:
name: linux_conda_py39_cu110_pyt171
python_version: '3.9'
pytorch_version: 1.7.1
- binary_linux_wheel:
context: DOCKERHUB_TOKEN
cu_version: cu101
name: linux_wheel_py36_cu101_pyt160
python_version: '3.6'
pytorch_version: 1.6.0
- binary_linux_wheel:
context: DOCKERHUB_TOKEN
cu_version: cu101
name: linux_wheel_py37_cu101_pyt160
python_version: '3.7'
pytorch_version: 1.6.0
- binary_linux_wheel:
context: DOCKERHUB_TOKEN
cu_version: cu101
name: linux_wheel_py38_cu101_pyt160
python_version: '3.8'
pytorch_version: 1.6.0
- binary_linux_conda_cuda:
name: testrun_conda_cuda_py36_cu101_pyt14
context: DOCKERHUB_TOKEN
@@ -589,14 +571,19 @@ workflows:
cu_version: cpu
name: macos_wheel_py36_cpu
python_version: '3.6'
pytorch_version: '1.6.0'
pytorch_version: '1.7.1'
- binary_macos_wheel:
cu_version: cpu
name: macos_wheel_py37_cpu
python_version: '3.7'
pytorch_version: '1.6.0'
pytorch_version: '1.7.1'
- binary_macos_wheel:
cu_version: cpu
name: macos_wheel_py38_cpu
python_version: '3.8'
pytorch_version: '1.6.0'
pytorch_version: '1.7.1'
- binary_macos_wheel:
cu_version: cpu
name: macos_wheel_py39_cpu
python_version: '3.9'
pytorch_version: '1.7.1'