Skip to content

Commit 86cadd3

Browse files
authored
fix windows platform tag, take 2 (#910)
1 parent 82aa6b8 commit 86cadd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- arch: linux_armv6l
4545
ext: so
4646
whl: linux_armv7l
47-
- arch: win_amd64
47+
- arch: windows_x86_64
4848
ext: dll
49-
whl: windows_x86_64
49+
whl: win_amd64
5050
steps:
5151
- name: Checkout Code - Call
5252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)