Skip to content

Commit

Permalink
Fix the win32 Python packaging pipeline (microsoft#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Jul 20, 2024
1 parent e95ae84 commit bfcca2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pipelines/wheels_win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
python -m pip install --upgrade pip
pip install cibuildwheel
displayName: Install dependencies
- bash: cibuildwheel --platform windows --output-dir wheelhouse .
- script: |
cibuildwheel --platform windows --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
inputs: {pathtoPublish: 'wheelhouse'}

0 comments on commit bfcca2c

Please sign in to comment.