File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3434 - name : Install build dependencies
3535 run : |
3636 python -m pip install --upgrade pip
37- python -m pip install wheel setuptools
37+ python -m pip install wheel setuptools awscli
3838
3939 - name : Build XGBoost for Win-ARM64
4040 run : |
@@ -56,10 +56,11 @@ jobs:
5656 - name : Upload Python wheel
5757 if : github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/release_')
5858 run : |
59+ $wheelFile = Get-ChildItem python-package/wheelhouse/*.whl | Select-Object -First 1 -ExpandProperty FullName
5960 python ops/pipeline/manage-artifacts.py upload `
6061 --s3-bucket xgboost-nightly-builds `
6162 --prefix ${{ env.BRANCH_NAME }}/${{ github.sha }} --make-public `
62- python-package/wheelhouse/*.whl
63+ $wheelFile
6364 env :
6465 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID_IAM_S3_UPLOADER }}
6566 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY_IAM_S3_UPLOADER }}
You can’t perform that action at this time.
0 commit comments