We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681c662 commit 91d0d31Copy full SHA for 91d0d31
.github/workflows/python_wheels_winarm64.yml
@@ -59,6 +59,10 @@ jobs:
59
--s3-bucket xgboost-nightly-builds `
60
--prefix ${{ env.BRANCH_NAME }}/${{ github.sha }} --make-public `
61
$wheelFile
62
+
63
+ - name: Clean up
64
+ run: |
65
+ $wheelFile = Get-ChildItem python-package/wheelhouse/*.whl | Select-Object -First 1 -ExpandProperty FullName
66
Remove-Item -Path $wheelFile -Verbose
67
68
- name: Build Python wheel xgboost-cpu for Win-ARM64
0 commit comments