These are a collection of scripts that are to be used for release activities.
NOTE: All scripts should do no actual work unless the
DRY_RUN
environment variable is set todisabled
. The basic idea being that there should be no potential to do anything dangerous unlessDRY_RUN
is explicitly set todisabled
.
- AWS access to pytorch account
- Access to upload conda packages to the
pytorch
conda channel - Access to the PyPI repositories
These are scripts related to promotion of release candidates to GA channels, these can actually be used to promote pytorch, libtorch, and related domain libraries.
Usage should be fairly straightforward and should actually require no extra variables if you are running from the correct git tags. (i.e. the GA tag to promote is currently checked out)
PACKAGE_TYPE
and PACKAGE_NAME
can be swapped out to promote other packages.
promote/s3_to_s3.sh
PACKAGE_TYPE=libtorch PACKAGE_NAME=libtorch promote/s3_to_s3.sh
promote/conda_to_conda.sh
WARNING: These can only be run once and cannot be undone, run with caution
promote/wheel_to_pypi.sh
All release candidates are currently backed up to s3://pytorch-backup/${TAG_NAME}
and
can be restored to the test channels with the restore-backup.sh
script.
Which backup to restore from is dictated by the RESTORE_FROM
environment variable.
RESTORE_FROM=v1.5.0-rc5 ./restore-backup.sh