Skip to content

Commit 3b34103

Browse files
committed
FIX: CI
1 parent 63bcbea commit 3b34103

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

‎.github/workflows/CI.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: windows-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '3.11', '3.12', '3.13'] # disable 3.10 for PyO3/maturin-action#364
12+
python-version: ['3.10', '3.11', '3.12']
1313
target: [x86_64-pc-windows-msvc, x86_64-pc-windows-gnu]
1414
steps:
1515
- uses: actions/checkout@v5.0.0
@@ -25,9 +25,8 @@ jobs:
2525
- name: Upload wheels
2626
uses: actions/upload-artifact@v5.0.0
2727
with:
28-
name: wheels
28+
name: python${{ matrix.python-version }}-${{ matrix.target }}
2929
path: dist
30-
overwrite: true
3130

3231
release:
3332
name: Release

0 commit comments

Comments
 (0)