1 parent 63bcbea commit 3b34103Copy full SHA for 3b34103
1 file changed
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: windows-latest
10
strategy:
11
matrix:
12
- python-version: ['3.10', '3.11', '3.12', '3.13'] # disable 3.10 for PyO3/maturin-action#364
+ python-version: ['3.10', '3.11', '3.12']
13
target: [x86_64-pc-windows-msvc, x86_64-pc-windows-gnu]
14
steps:
15
- uses: actions/checkout@v5.0.0
@@ -25,9 +25,8 @@ jobs:
25
- name: Upload wheels
26
uses: actions/upload-artifact@v5.0.0
27
with:
28
- name: wheels
+ name: python${{ matrix.python-version }}-${{ matrix.target }}
29
path: dist
30
- overwrite: true
31
32
release:
33
name: Release
0 commit comments