File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments