Skip to content

Commit 8d361a6

Browse files
committed
Make name unique
1 parent 3cb6fac commit 8d361a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_BUILD: cp39-manylinux_x86_64 cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64
3939
# These must use the old abseil
4040
- os: macOS-13
41-
NAME: "MacOS-13 Python <= 3.11"
41+
NAME: "MacOS13_Python_lte_3.11"
4242
OS_TYPE: "Darwin"
4343
CI_PYBIN: python3.9
4444
OS_PYTHON_VERSION: 3.9
@@ -47,7 +47,7 @@ jobs:
4747
CIBW_BUILD: cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64
4848
# These use the new abseil
4949
- os: macOS-13
50-
NAME: "MacOS-13 Python >= 3.12"
50+
NAME: "MacOS13_Python_gte_3.12"
5151
OS_TYPE: "Darwin"
5252
CI_PYBIN: python3.12
5353
OPEN_SPIEL_ABSL_VERSION: "20250127.1"
@@ -135,7 +135,7 @@ jobs:
135135
136136
- uses: actions/upload-artifact@v4
137137
with:
138-
name: artifact-${{ matrix.os }}
138+
name: artifact-${{ matrix.os }}-${{ matrix.NAME }}
139139
path: |
140140
dist/*.tar.gz
141141
./wheelhouse/*.whl

0 commit comments

Comments
 (0)