Skip to content

Commit

Permalink
CI: try to use x64 arch explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Apr 15, 2024
1 parent 951fd89 commit 0901357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Add msbuild to PATH
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: "x64"

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
Expand Down

0 comments on commit 0901357

Please sign in to comment.