Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:

- name: Prepare msvc x86 env
if: matrix.platform_id == 'win32'
uses: ilammy/msvc-dev-cmd@v1.8.0
uses: ilammy/msvc-dev-cmd@v1.12.1
with:
arch: x86

- name: Prepare msvc x64 env
if: matrix.platform_id == 'win_amd64'
uses: ilammy/msvc-dev-cmd@v1.8.0
uses: ilammy/msvc-dev-cmd@v1.12.1

- name: Build wheels
run: |
Expand Down