Unverified Commit 968cefc2 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Remove unneeded packaging files (#3618)



* remove some files

* Also remove entire packaging/conda folder
Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
parent f05bfc00
parameters:
cuVer: ''
cudaVer: ''
steps:
- task: AmazonWebServices.aws-vsts-tools.S3Upload.S3Upload@1
displayName: 'Upload ${{ parameters.cuVer }} wheel to S3'
inputs:
awsCredentials: 'Pytorch S3 bucket'
bucketName: 'pytorch'
sourceFolder: 'packaging/windows/output'
globExpressions: '*.whl'
targetFolder: 'whl/nightly/${{ parameters.cuVer }}/'
filesAcl: 'public-read'
flattenFolders: 'true'
parameters:
auth: ''
steps:
- script: 'call packaging/windows/internal/auth.bat'
displayName: 'Sign in to Azure Pipelines'
env:
VSTS_AUTH: ${{ parameters.auth }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment