Skip to content

Commit ed56cd4

Browse files
committed
Fix build command on windows
1 parent 76be8c6 commit ed56cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
set "CC=clang"
112112
set RANLIB=echo
113113
python -m pip install --upgrade pip build wheel setuptools
114-
python -m pip build --wheel
114+
python -m build --wheel
115115
condition: eq( variables['Agent.OS'], 'Windows_NT')
116116
displayName: 'Build wheel (Windows)'
117117
- script: |

0 commit comments

Comments
 (0)