Skip to content

Commit 6a53f2d

Browse files
committed
.
1 parent 7f592c9 commit 6a53f2d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)