File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 # path: dist
111111
112112 macos :
113- name : Build wheels for macOS
113+ name : Build wheels
114114 needs : generate-stub
115115 runs-on : ${{ matrix.platform.runner }}
116116 strategy :
@@ -124,6 +124,12 @@ jobs:
124124 # target: aarch64
125125 python-version : " cp312-macosx_arm64"
126126 macosx_deployment_target : " 14.0"
127+ - runner : windows-latest
128+ # target: x64
129+ python-version : " cp312-win_amd64"
130+ - runner : windows-latest
131+ # target: x86
132+ python-version : " cp312-win32"
127133 steps :
128134 - uses : actions/checkout@v4
129135 - name : Download stub artifact
@@ -152,7 +158,7 @@ jobs:
152158 - name : Upload wheels
153159 uses : actions/upload-artifact@v4
154160 with :
155- name : wheels-macos- ${{ matrix.platform.target }}
161+ name : wheels-${{ matrix.platform.python-version }}
156162 path : dist
157163
158164 # sdist:
You can’t perform that action at this time.
0 commit comments