|
75 | 75 | run: | |
76 | 76 | "C:/Program Files (x86)/Microsoft Visual Studio/Installer/VisualStudioSetup.exe" --channelUri https://aka.ms/vs/17/release.LTSC.17.12/channel --locale en-US |
77 | 77 | C:/msys64/usr/bin/wget.exe https://developer.download.nvidia.com/compute/cuda/12.6.0/network_installers/cuda_12.6.0_windows_network.exe |
78 | | - ./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 visual_studio_integration_12.6 nvtx_12.6 curand_dev_12.6 |
| 78 | + ./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 nvtx_12.6 curand_dev_12.6 |
79 | 79 | - uses: actions/setup-python@v5 |
80 | 80 | with: |
81 | 81 | python-version: | |
@@ -166,37 +166,37 @@ jobs: |
166 | 166 | [ |
167 | 167 | build-linux-all, |
168 | 168 | build-linux-aarch64-all, |
169 | | - # build-windows-pybind, |
| 169 | + build-windows-pybind, |
170 | 170 | build-mac, |
171 | 171 | ] |
172 | 172 | permissions: |
173 | 173 | contents: write |
174 | 174 | steps: |
175 | | - # - name: Download wheels |
176 | | - # uses: actions/download-artifact@v4 |
177 | | - # with: |
178 | | - # name: windows-wheel-3.9 |
179 | | - # path: wheelhouse |
180 | | - # - name: Download wheels |
181 | | - # uses: actions/download-artifact@v4 |
182 | | - # with: |
183 | | - # name: windows-wheel-3.10 |
184 | | - # path: wheelhouse |
185 | | - # - name: Download wheels |
186 | | - # uses: actions/download-artifact@v4 |
187 | | - # with: |
188 | | - # name: windows-wheel-3.11 |
189 | | - # path: wheelhouse |
190 | | - # - name: Download wheels |
191 | | - # uses: actions/download-artifact@v4 |
192 | | - # with: |
193 | | - # name: windows-wheel-3.12 |
194 | | - # path: wheelhouse |
195 | | - # - name: Download wheels |
196 | | - # uses: actions/download-artifact@v4 |
197 | | - # with: |
198 | | - # name: windows-wheel-3.13 |
199 | | - # path: wheelhouse |
| 175 | + - name: Download wheels |
| 176 | + uses: actions/download-artifact@v4 |
| 177 | + with: |
| 178 | + name: windows-wheel-3.9 |
| 179 | + path: wheelhouse |
| 180 | + - name: Download wheels |
| 181 | + uses: actions/download-artifact@v4 |
| 182 | + with: |
| 183 | + name: windows-wheel-3.10 |
| 184 | + path: wheelhouse |
| 185 | + - name: Download wheels |
| 186 | + uses: actions/download-artifact@v4 |
| 187 | + with: |
| 188 | + name: windows-wheel-3.11 |
| 189 | + path: wheelhouse |
| 190 | + - name: Download wheels |
| 191 | + uses: actions/download-artifact@v4 |
| 192 | + with: |
| 193 | + name: windows-wheel-3.12 |
| 194 | + path: wheelhouse |
| 195 | + - name: Download wheels |
| 196 | + uses: actions/download-artifact@v4 |
| 197 | + with: |
| 198 | + name: windows-wheel-3.13 |
| 199 | + path: wheelhouse |
200 | 200 | - name: Download wheels |
201 | 201 | uses: actions/download-artifact@v4 |
202 | 202 | with: |
|
0 commit comments