We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba16ec9 commit e5755d9Copy full SHA for e5755d9
.github/workflows/wheel_win_x86_64.yml
@@ -88,7 +88,7 @@ jobs:
88
Subst Z: (pwd)
89
Set-Location -Path "Z:\"
90
python -m pip install wheel cmake==3.21 ninja build
91
- python setup.py bdist_wheel --build-base Z:\
+ python setup.py bdist_wheel
92
Set-Location -Path ".\dist"
93
foreach ($i in Get-ChildItem -Path .\*.whl){
94
python -m wheel unpack $i.Name
0 commit comments