Skip to content

Commit e5755d9

Browse files
committed
Remove build base command
1 parent ba16ec9 commit e5755d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel_win_x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
Subst Z: (pwd)
8989
Set-Location -Path "Z:\"
9090
python -m pip install wheel cmake==3.21 ninja build
91-
python setup.py bdist_wheel --build-base Z:\
91+
python setup.py bdist_wheel
9292
Set-Location -Path ".\dist"
9393
foreach ($i in Get-ChildItem -Path .\*.whl){
9494
python -m wheel unpack $i.Name

0 commit comments

Comments
 (0)