Skip to content

Commit 4ee472b

Browse files
committed
ci
1 parent 811dd5c commit 4ee472b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-module.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ jobs:
9494
pytest tests
9595
9696
- uses: actions/upload-artifact@v4
97+
if: ${{ matrix.python-version == '3.12' }}
9798
with:
98-
name: wheels-mac-py${{ matrix.python-version }}
99+
name: wheels-mac
99100
path: ./python/dist/*.whl
100101

101102
build_win:
@@ -134,8 +135,9 @@ jobs:
134135
pytest tests -k "not big_read"
135136
136137
- uses: actions/upload-artifact@v4
138+
if: ${{ matrix.python-version == '3.12' }}
137139
with:
138-
name: wheels-win-py${{ matrix.python-version }}
140+
name: wheels-win
139141
path: ./python/dist/*.whl
140142

141143
publish:

0 commit comments

Comments
 (0)